Html Css Color HEX #136525 Crusoe

📋 copy color: '#136525'

red 19 ◦ green 101 ◦ blue 37

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

Shades of Crusoe #136525

Tints of Crusoe #136525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 64.33%

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

R = 12.1%
G = 64.33%
B = 23.57%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.63

 K value IS 0.60

RGB Variations

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

Color information

#136525 (or 0x136525) is known color: Crusoe. HEX triplet: 13, 65 and 25. RGB value is (19,101,37). Sum of RGB (Red+Green+Blue) = 19+101+37=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 101 (39.84% from 255 or 64.33% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 101 - color contains mainly: green. Hex color #136525 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136525 is #EC9ADA. Grayscale: #454545. Windows color (decimal): -15506139 or 2450707. OLE color: 2450707.

HSL color Cylindrical-coordinate representation of color #136525: hue angle of 133.17º degrees, saturation: 0.68, 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 #136525 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 101 37 -
CMYK 0.81 0 0.63 0.60
HSL 133.17º 0.68% 0.24% -
HSV(B) 133.17º 0.81% 0.4% -
XYZ 5.26 9.58 3.32 -
YUV 69.19 109.83 92.2 -
System Red Green Blue C M Y K H S L
Decimal 19 101 37 0.81 0 0.63 0.60 133.17 0.68 0.24
Hex 13 65 25 51 0 3F 3C 85 44 18
Octal 23 145 45 121 0 77 74 205 104 30
Binary 10011 1100101 100101 1010001 0 111111 111100 10000101 1000100 11000

Color Harmonies of #136525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136525

Black with #136525

Text Example


Text Example

White with #136525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136525; }

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

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

background-color css

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

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

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

border-color css

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

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

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