Html Css Color HEX #125636 Crusoe

📋 copy color: '#125636'

red 18 ◦ green 86 ◦ blue 54

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

Shades of Crusoe #125636

Tints of Crusoe #125636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 34.18%

R = 11.39%
G = 54.43%
B = 34.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.37

 K value IS 0.66

RGB Variations

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

Color information

#125636 (or 0x125636) is known color: Crusoe. HEX triplet: 12, 56 and 36. RGB value is (18,86,54). Sum of RGB (Red+Green+Blue) = 18+86+54=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 86 (33.98% from 255 or 54.43% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 86 - color contains mainly: green. Hex color #125636 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125636 is #EDA9C9. Grayscale: #3E3E3E. Windows color (decimal): -15575498 or 3560978. OLE color: 3560978.

HSL color Cylindrical-coordinate representation of color #125636: hue angle of 151.76º 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 #125636 is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 86 54 -
CMYK 0.79 0 0.37 0.66
HSL 151.76º 0.65% 0.2% -
HSV(B) 151.76º 0.79% 0.34% -
XYZ 4.24 7.05 4.63 -
YUV 62.02 123.47 96.6 -
System Red Green Blue C M Y K H S L
Decimal 18 86 54 0.79 0 0.37 0.66 151.76 0.65 0.2
Hex 12 56 36 4F 0 25 42 98 41 14
Octal 22 126 66 117 0 45 102 230 101 24
Binary 10010 1010110 110110 1001111 0 100101 1000010 10011000 1000001 10100

Color Harmonies of #125636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125636

Black with #125636

Text Example


Text Example

White with #125636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125636; }

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

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

background-color css

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

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

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

border-color css

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

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

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