Html Css Color HEX #125620 Crusoe

📋 copy color: '#125620'

red 18 ◦ green 86 ◦ blue 32

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

Shades of Crusoe #125620

Tints of Crusoe #125620

RGB

 RED value IS 18 (7.42% from 255) = 13.24%

 GREEN value IS 86 (33.98% from 255) = 63.24%

 BLUE value IS 32 (12.89% from 255) = 23.53%

R = 13.24%
G = 63.24%
B = 23.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#125620 (or 0x125620) is known color: Crusoe. HEX triplet: 12, 56 and 20. RGB value is (18,86,32). Sum of RGB (Red+Green+Blue) = 18+86+32=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 86 (33.98% from 255 or 63.24% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 86 - color contains mainly: green. Hex color #125620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125620 is #EDA9DF. Grayscale: #3B3B3B. Windows color (decimal): -15575520 or 2119186. OLE color: 2119186.

HSL color Cylindrical-coordinate representation of color #125620: hue angle of 132.35º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125620 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 86 32 -
CMYK 0.79 0 0.63 0.66
HSL 132.35º 0.65% 0.2% -
HSV(B) 132.35º 0.79% 0.34% -
XYZ 3.84 6.89 2.49 -
YUV 59.51 112.47 98.39 -
System Red Green Blue C M Y K H S L
Decimal 18 86 32 0.79 0 0.63 0.66 132.35 0.65 0.2
Hex 12 56 20 4F 0 3F 42 84 41 14
Octal 22 126 40 117 0 77 102 204 101 24
Binary 10010 1010110 100000 1001111 0 111111 1000010 10000100 1000001 10100

Color Harmonies of #125620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125620

Black with #125620

Text Example


Text Example

White with #125620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125620; }

 p { color: rgb(18,86,32); }

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

background-color css

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

 a { background-color: rgb(18,86,32); }

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

border-color css

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

 span { border-color: rgb(18,86,32); }

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