Html Css Color HEX #125224 Crusoe

📋 copy color: '#125224'

red 18 ◦ green 82 ◦ blue 36

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

Shades of Crusoe #125224

Tints of Crusoe #125224

RGB

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

 GREEN value IS 82 (32.42% from 255) = 60.29%

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

R = 13.24%
G = 60.29%
B = 26.47%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#125224 (or 0x125224) is known color: Crusoe. HEX triplet: 12, 52 and 24. RGB value is (18,82,36). Sum of RGB (Red+Green+Blue) = 18+82+36=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 82 (32.42% from 255 or 60.29% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 82 - color contains mainly: green. Hex color #125224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125224 is #EDADDB. Grayscale: #393939. Windows color (decimal): -15576540 or 2380306. OLE color: 2380306.

HSL color Cylindrical-coordinate representation of color #125224: hue angle of 136.88º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125224 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 82 36 -
CMYK 0.78 0 0.56 0.68
HSL 136.88º 0.64% 0.2% -
HSV(B) 136.88º 0.78% 0.32% -
XYZ 3.59 6.29 2.69 -
YUV 57.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 18 82 36 0.78 0 0.56 0.68 136.88 0.64 0.2
Hex 12 52 24 4E 0 38 44 89 40 14
Octal 22 122 44 116 0 70 104 211 100 24
Binary 10010 1010010 100100 1001110 0 111000 1000100 10001001 1000000 10100

Color Harmonies of #125224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125224

Black with #125224

Text Example


Text Example

White with #125224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125224; }

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

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

background-color css

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

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

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

border-color css

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

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

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