Html Css Color HEX #136825 Crusoe

📋 copy color: '#136825'

red 19 ◦ green 104 ◦ blue 37

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

Shades of Crusoe #136825

Tints of Crusoe #136825

RGB

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

 GREEN value IS 104 (41.02% from 255) = 65%

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

R = 11.88%
G = 65%
B = 23.13%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#136825 (or 0x136825) is known color: Crusoe. HEX triplet: 13, 68 and 25. RGB value is (19,104,37). Sum of RGB (Red+Green+Blue) = 19+104+37=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 104 (41.02% from 255 or 65% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 104 - color contains mainly: green. Hex color #136825 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136825 is #EC97DA. Grayscale: #474747. Windows color (decimal): -15505371 or 2451475. OLE color: 2451475.

HSL color Cylindrical-coordinate representation of color #136825: hue angle of 132.71º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136825 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 104 37 -
CMYK 0.82 0 0.64 0.59
HSL 132.71º 0.69% 0.24% -
HSV(B) 132.71º 0.82% 0.41% -
XYZ 5.55 10.17 3.42 -
YUV 70.95 108.84 90.95 -
System Red Green Blue C M Y K H S L
Decimal 19 104 37 0.82 0 0.64 0.59 132.71 0.69 0.24
Hex 13 68 25 52 0 40 3B 85 45 18
Octal 23 150 45 122 0 100 73 205 105 30
Binary 10011 1101000 100101 1010010 0 1000000 111011 10000101 1000101 11000

Color Harmonies of #136825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136825

Black with #136825

Text Example


Text Example

White with #136825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136825; }

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

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

background-color css

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

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

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

border-color css

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

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

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