Html Css Color HEX #136618 San Felix

📋 copy color: '#136618'

red 19 ◦ green 102 ◦ blue 24

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

Shades of San Felix #136618

Tints of San Felix #136618

RGB

 RED value IS 19 (7.81% from 255) = 13.1%

 GREEN value IS 102 (40.23% from 255) = 70.34%

 BLUE value IS 24 (9.77% from 255) = 16.55%

R = 13.1%
G = 70.34%
B = 16.55%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#136618 (or 0x136618) is known color: San Felix. HEX triplet: 13, 66 and 18. RGB value is (19,102,24). Sum of RGB (Red+Green+Blue) = 19+102+24=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 102 (40.23% from 255 or 70.34% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 102 - color contains mainly: green. Hex color #136618 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136618 is #EC99E7. Grayscale: #444444. Windows color (decimal): -15505896 or 1598995. OLE color: 1598995.

HSL color Cylindrical-coordinate representation of color #136618: hue angle of 123.61º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136618 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 102 24 -
CMYK 0.81 0 0.76 0.6
HSL 123.61º 0.69% 0.24% -
HSV(B) 123.61º 0.81% 0.4% -
XYZ 5.18 9.71 2.46 -
YUV 68.29 103 92.84 -
System Red Green Blue C M Y K H S L
Decimal 19 102 24 0.81 0 0.76 0.6 123.61 0.69 0.24
Hex 13 66 18 51 0 4C 3C 7C 45 18
Octal 23 146 30 121 0 114 74 174 105 30
Binary 10011 1100110 11000 1010001 0 1001100 111100 1111100 1000101 11000

Color Harmonies of #136618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136618

Black with #136618

Text Example


Text Example

White with #136618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136618; }

 p { color: rgb(19,102,24); }

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

background-color css

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

 a { background-color: rgb(19,102,24); }

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

border-color css

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

 span { border-color: rgb(19,102,24); }

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