Html Css Color HEX #136725 Crusoe

📋 copy color: '#136725'

red 19 ◦ green 103 ◦ blue 37

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

Shades of Crusoe #136725

Tints of Crusoe #136725

RGB

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

 GREEN value IS 103 (40.63% from 255) = 64.78%

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

R = 11.95%
G = 64.78%
B = 23.27%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#136725 (or 0x136725) is known color: Crusoe. HEX triplet: 13, 67 and 25. RGB value is (19,103,37). Sum of RGB (Red+Green+Blue) = 19+103+37=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 103 (40.62% from 255 or 64.78% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 103 - color contains mainly: green. Hex color #136725 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136725 is #EC98DA. Grayscale: #464646. Windows color (decimal): -15505627 or 2451219. OLE color: 2451219.

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

Color convert

RGB 19 103 37 -
CMYK 0.82 0 0.64 0.60
HSL 132.86º 0.69% 0.24% -
HSV(B) 132.86º 0.82% 0.4% -
XYZ 5.45 9.97 3.39 -
YUV 70.36 109.17 91.37 -
System Red Green Blue C M Y K H S L
Decimal 19 103 37 0.82 0 0.64 0.60 132.86 0.69 0.24
Hex 13 67 25 52 0 40 3C 85 45 18
Octal 23 147 45 122 0 100 74 205 105 30
Binary 10011 1100111 100101 1010010 0 1000000 111100 10000101 1000101 11000

Color Harmonies of #136725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136725

Black with #136725

Text Example


Text Example

White with #136725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136725; }

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

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

background-color css

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

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

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

border-color css

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

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

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