Html Css Color HEX #1A6349 Jewel

📋 copy color: '#1A6349'

red 26 ◦ green 99 ◦ blue 73

#1A6349
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #1A6349

Tints of Jewel #1A6349

RGB

 RED value IS 26 (10.55% from 255) = 13.13%

 GREEN value IS 99 (39.06% from 255) = 50%

 BLUE value IS 73 (28.91% from 255) = 36.87%

R = 13.13%
G = 50%
B = 36.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1A6349 (or 0x1A6349) is known color: Jewel. HEX triplet: 1A, 63 and 49. RGB value is (26,99,73). Sum of RGB (Red+Green+Blue) = 26+99+73=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 99 (39.06% from 255 or 50% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 99 - color contains mainly: green. Hex color #1A6349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6349 is #E59CB6. Grayscale: #4A4A4A. Windows color (decimal): -15047863 or 4809498. OLE color: 4809498.

HSL color Cylindrical-coordinate representation of color #1A6349: hue angle of 158.63º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A6349 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 26 99 73 -
CMYK 0.74 0 0.26 0.61
HSL 158.63º 0.58% 0.25% -
HSV(B) 158.63º 0.74% 0.39% -
XYZ 6.09 9.62 7.84 -
YUV 74.21 127.32 93.61 -
System Red Green Blue C M Y K H S L
Decimal 26 99 73 0.74 0 0.26 0.61 158.63 0.58 0.25
Hex 1A 63 49 4A 0 1A 3D 9F 3A 19
Octal 32 143 111 112 0 32 75 237 72 31
Binary 11010 1100011 1001001 1001010 0 11010 111101 10011111 111010 11001

Color Harmonies of #1A6349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6349

Black with #1A6349

Text Example


Text Example

White with #1A6349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A6349; }

 p { color: rgb(26,99,73); }

 H1.HeaderClassName
 {
   color: #1A6349;
 }
 .AnyTagClassName
 {
   color: #1A6349;
 }
</style>

background-color css

<style>
 a { background-color: #1A6349; }

 a { background-color: rgb(26,99,73); }

 div.DivClassName
 {
   background-color: #1A6349;
 }
 .BgClassName
 {
   background-color: #1A6349;
 }
</style>

border-color css

<style>
 span { border-color: #1A6349; }

 span { border-color: rgb(26,99,73); }

 td.TdClassName
 {
   border-color: #1A6349;
 }
 .TagClassName
 {
   border-color: #1A6349;
 }
</style>