Html Css Color HEX #125524 Crusoe

📋 copy color: '#125524'

red 18 ◦ green 85 ◦ blue 36

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

Shades of Crusoe #125524

Tints of Crusoe #125524

RGB

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

 GREEN value IS 85 (33.59% from 255) = 61.15%

 BLUE value IS 36 (14.45% from 255) = 25.9%

R = 12.95%
G = 61.15%
B = 25.9%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#125524 (or 0x125524) is known color: Crusoe. HEX triplet: 12, 55 and 24. RGB value is (18,85,36). Sum of RGB (Red+Green+Blue) = 18+85+36=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #125524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125524 is #EDAADB. Grayscale: #3B3B3B. Windows color (decimal): -15575772 or 2381074. OLE color: 2381074.

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

Color convert

RGB 18 85 36 -
CMYK 0.79 0 0.58 0.67
HSL 136.12º 0.65% 0.2% -
HSV(B) 136.12º 0.79% 0.33% -
XYZ 3.82 6.75 2.77 -
YUV 59.38 114.8 98.48 -
System Red Green Blue C M Y K H S L
Decimal 18 85 36 0.79 0 0.58 0.67 136.12 0.65 0.2
Hex 12 55 24 4F 0 3A 43 88 41 14
Octal 22 125 44 117 0 72 103 210 101 24
Binary 10010 1010101 100100 1001111 0 111010 1000011 10001000 1000001 10100

Color Harmonies of #125524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125524

Black with #125524

Text Example


Text Example

White with #125524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125524; }

 p { color: rgb(18,85,36); }

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

background-color css

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

 a { background-color: rgb(18,85,36); }

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

border-color css

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

 span { border-color: rgb(18,85,36); }

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