Html Css Color HEX #136025 Crusoe

📋 copy color: '#136025'

red 19 ◦ green 96 ◦ blue 37

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

Shades of Crusoe #136025

Tints of Crusoe #136025

RGB

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

 GREEN value IS 96 (37.89% from 255) = 63.16%

 BLUE value IS 37 (14.84% from 255) = 24.34%

R = 12.5%
G = 63.16%
B = 24.34%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#136025 (or 0x136025) is known color: Crusoe. HEX triplet: 13, 60 and 25. RGB value is (19,96,37). Sum of RGB (Red+Green+Blue) = 19+96+37=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 96 (37.89% from 255 or 63.16% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 96 - color contains mainly: green. Hex color #136025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136025 is #EC9FDA. Grayscale: #424242. Windows color (decimal): -15507419 or 2449427. OLE color: 2449427.

HSL color Cylindrical-coordinate representation of color #136025: hue angle of 134.03º 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 #136025 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 96 37 -
CMYK 0.80 0 0.61 0.62
HSL 134.03º 0.67% 0.23% -
HSV(B) 134.03º 0.8% 0.38% -
XYZ 4.79 8.64 3.17 -
YUV 66.25 111.49 94.3 -
System Red Green Blue C M Y K H S L
Decimal 19 96 37 0.80 0 0.61 0.62 134.03 0.67 0.23
Hex 13 60 25 50 0 3D 3E 86 43 17
Octal 23 140 45 120 0 75 76 206 103 27
Binary 10011 1100000 100101 1010000 0 111101 111110 10000110 1000011 10111

Color Harmonies of #136025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136025

Black with #136025

Text Example


Text Example

White with #136025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136025; }

 p { color: rgb(19,96,37); }

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

background-color css

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

 a { background-color: rgb(19,96,37); }

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

border-color css

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

 span { border-color: rgb(19,96,37); }

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