Html Css Color HEX #125736 Crusoe

📋 copy color: '#125736'

red 18 ◦ green 87 ◦ blue 54

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

Shades of Crusoe #125736

Tints of Crusoe #125736

RGB

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

 GREEN value IS 87 (34.38% from 255) = 54.72%

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

R = 11.32%
G = 54.72%
B = 33.96%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

#125736 (or 0x125736) is known color: Crusoe. HEX triplet: 12, 57 and 36. RGB value is (18,87,54). Sum of RGB (Red+Green+Blue) = 18+87+54=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 87 (34.38% from 255 or 54.72% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 87 - color contains mainly: green. Hex color #125736 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125736 is #EDA8C9. Grayscale: #3E3E3E. Windows color (decimal): -15575242 or 3561234. OLE color: 3561234.

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

Color convert

RGB 18 87 54 -
CMYK 0.79 0 0.38 0.66
HSL 151.3º 0.66% 0.21% -
HSV(B) 151.3º 0.79% 0.34% -
XYZ 4.32 7.21 4.65 -
YUV 62.61 123.14 96.18 -
System Red Green Blue C M Y K H S L
Decimal 18 87 54 0.79 0 0.38 0.66 151.3 0.66 0.21
Hex 12 57 36 4F 0 26 42 97 42 15
Octal 22 127 66 117 0 46 102 227 102 25
Binary 10010 1010111 110110 1001111 0 100110 1000010 10010111 1000010 10101

Color Harmonies of #125736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125736

Black with #125736

Text Example


Text Example

White with #125736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125736; }

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

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

background-color css

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

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

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

border-color css

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

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

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