Html Css Color HEX #125936 Crusoe

📋 copy color: '#125936'

red 18 ◦ green 89 ◦ blue 54

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

Shades of Crusoe #125936

Tints of Crusoe #125936

RGB

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

 GREEN value IS 89 (35.16% from 255) = 55.28%

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

R = 11.18%
G = 55.28%
B = 33.54%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#125936 (or 0x125936) is known color: Crusoe. HEX triplet: 12, 59 and 36. RGB value is (18,89,54). Sum of RGB (Red+Green+Blue) = 18+89+54=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #125936 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125936 is #EDA6C9. Grayscale: #3F3F3F. Windows color (decimal): -15574730 or 3561746. OLE color: 3561746.

HSL color Cylindrical-coordinate representation of color #125936: hue angle of 150.42º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125936 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 89 54 -
CMYK 0.80 0 0.39 0.65
HSL 150.42º 0.66% 0.21% -
HSV(B) 150.42º 0.8% 0.35% -
XYZ 4.49 7.54 4.71 -
YUV 63.78 122.48 95.35 -
System Red Green Blue C M Y K H S L
Decimal 18 89 54 0.80 0 0.39 0.65 150.42 0.66 0.21
Hex 12 59 36 50 0 27 41 96 42 15
Octal 22 131 66 120 0 47 101 226 102 25
Binary 10010 1011001 110110 1010000 0 100111 1000001 10010110 1000010 10101

Color Harmonies of #125936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125936

Black with #125936

Text Example


Text Example

White with #125936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125936; }

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

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

background-color css

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

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

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

border-color css

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

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

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