Html Css Color HEX #136119 Crusoe

📋 copy color: '#136119'

red 19 ◦ green 97 ◦ blue 25

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

Shades of Crusoe #136119

Tints of Crusoe #136119

RGB

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

 GREEN value IS 97 (38.28% from 255) = 68.79%

 BLUE value IS 25 (10.16% from 255) = 17.73%

R = 13.48%
G = 68.79%
B = 17.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#136119 (or 0x136119) is known color: Crusoe. HEX triplet: 13, 61 and 19. RGB value is (19,97,25). Sum of RGB (Red+Green+Blue) = 19+97+25=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 97 (38.28% from 255 or 68.79% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 97 - color contains mainly: green. Hex color #136119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136119 is #EC9EE6. Grayscale: #414141. Windows color (decimal): -15507175 or 1663251. OLE color: 1663251.

HSL color Cylindrical-coordinate representation of color #136119: hue angle of 124.62º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136119 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 97 25 -
CMYK 0.80 0 0.74 0.62
HSL 124.62º 0.67% 0.23% -
HSV(B) 124.62º 0.8% 0.38% -
XYZ 4.72 8.76 2.36 -
YUV 65.47 105.16 94.85 -
System Red Green Blue C M Y K H S L
Decimal 19 97 25 0.80 0 0.74 0.62 124.62 0.67 0.23
Hex 13 61 19 50 0 4A 3E 7D 43 17
Octal 23 141 31 120 0 112 76 175 103 27
Binary 10011 1100001 11001 1010000 0 1001010 111110 1111101 1000011 10111

Color Harmonies of #136119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136119

Black with #136119

Text Example


Text Example

White with #136119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136119; }

 p { color: rgb(19,97,25); }

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

background-color css

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

 a { background-color: rgb(19,97,25); }

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

border-color css

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

 span { border-color: rgb(19,97,25); }

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