Html Css Color HEX #136625 Crusoe

📋 copy color: '#136625'

red 19 ◦ green 102 ◦ blue 37

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

Shades of Crusoe #136625

Tints of Crusoe #136625

RGB

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

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

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

R = 12.03%
G = 64.56%
B = 23.42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#136625 (or 0x136625) is known color: Crusoe. HEX triplet: 13, 66 and 25. RGB value is (19,102,37). Sum of RGB (Red+Green+Blue) = 19+102+37=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 102 (40.23% from 255 or 64.56% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 102 - color contains mainly: green. Hex color #136625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136625 is #EC99DA. Grayscale: #454545. Windows color (decimal): -15505883 or 2450963. OLE color: 2450963.

HSL color Cylindrical-coordinate representation of color #136625: hue angle of 133.01º 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 #136625 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 102 37 -
CMYK 0.81 0 0.64 0.6
HSL 133.01º 0.69% 0.24% -
HSV(B) 133.01º 0.81% 0.4% -
XYZ 5.35 9.77 3.35 -
YUV 69.77 109.5 91.79 -
System Red Green Blue C M Y K H S L
Decimal 19 102 37 0.81 0 0.64 0.6 133.01 0.69 0.24
Hex 13 66 25 51 0 40 3C 85 45 18
Octal 23 146 45 121 0 100 74 205 105 30
Binary 10011 1100110 100101 1010001 0 1000000 111100 10000101 1000101 11000

Color Harmonies of #136625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136625

Black with #136625

Text Example


Text Example

White with #136625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136625; }

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

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

background-color css

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

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

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

border-color css

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

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

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