Html Css Color HEX #125E33 Crusoe

📋 copy color: '#125E33'

red 18 ◦ green 94 ◦ blue 51

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

Shades of Crusoe #125E33

Tints of Crusoe #125E33

RGB

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

 GREEN value IS 94 (37.11% from 255) = 57.67%

 BLUE value IS 51 (20.31% from 255) = 31.29%

R = 11.04%
G = 57.67%
B = 31.29%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.46

 K value IS 0.63

RGB Variations

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

Color information

#125E33 (or 0x125E33) is known color: Crusoe. HEX triplet: 12, 5E and 33. RGB value is (18,94,51). Sum of RGB (Red+Green+Blue) = 18+94+51=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 94 (37.11% from 255 or 57.67% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 94 - color contains mainly: green. Hex color #125E33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125E33 is #EDA1CC. Grayscale: #424242. Windows color (decimal): -15573453 or 3366418. OLE color: 3366418.

HSL color Cylindrical-coordinate representation of color #125E33: hue angle of 146.05º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125E33 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 94 51 -
CMYK 0.81 0 0.46 0.63
HSL 146.05º 0.68% 0.22% -
HSV(B) 146.05º 0.81% 0.37% -
XYZ 4.85 8.37 4.49 -
YUV 66.37 119.32 93.5 -
System Red Green Blue C M Y K H S L
Decimal 18 94 51 0.81 0 0.46 0.63 146.05 0.68 0.22
Hex 12 5E 33 51 0 2E 3F 92 44 16
Octal 22 136 63 121 0 56 77 222 104 26
Binary 10010 1011110 110011 1010001 0 101110 111111 10010010 1000100 10110

Color Harmonies of #125E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125E33

Black with #125E33

Text Example


Text Example

White with #125E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125E33; }

 p { color: rgb(18,94,51); }

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

background-color css

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

 a { background-color: rgb(18,94,51); }

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

border-color css

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

 span { border-color: rgb(18,94,51); }

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