Html Css Color HEX #125024 Crusoe

📋 copy color: '#125024'

red 18 ◦ green 80 ◦ blue 36

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

Shades of Crusoe #125024

Tints of Crusoe #125024

RGB

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

 GREEN value IS 80 (31.64% from 255) = 59.7%

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

R = 13.43%
G = 59.7%
B = 26.87%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#125024 (or 0x125024) is known color: Crusoe. HEX triplet: 12, 50 and 24. RGB value is (18,80,36). Sum of RGB (Red+Green+Blue) = 18+80+36=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 80 (31.64% from 255 or 59.70% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 80 - color contains mainly: green. Hex color #125024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125024 is #EDAFDB. Grayscale: #383838. Windows color (decimal): -15577052 or 2379794. OLE color: 2379794.

HSL color Cylindrical-coordinate representation of color #125024: hue angle of 137.42º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #125024 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 80 36 -
CMYK 0.78 0 0.55 0.69
HSL 137.42º 0.63% 0.19% -
HSV(B) 137.42º 0.78% 0.31% -
XYZ 3.44 5.99 2.64 -
YUV 56.45 116.46 100.58 -
System Red Green Blue C M Y K H S L
Decimal 18 80 36 0.78 0 0.55 0.69 137.42 0.63 0.19
Hex 12 50 24 4E 0 37 45 89 3F 13
Octal 22 120 44 116 0 67 105 211 77 23
Binary 10010 1010000 100100 1001110 0 110111 1000101 10001001 111111 10011

Color Harmonies of #125024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125024

Black with #125024

Text Example


Text Example

White with #125024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125024; }

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

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

background-color css

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

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

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

border-color css

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

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

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