Html Css Color HEX #125A33 Crusoe

📋 copy color: '#125A33'

red 18 ◦ green 90 ◦ blue 51

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

Shades of Crusoe #125A33

Tints of Crusoe #125A33

RGB

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

 GREEN value IS 90 (35.55% from 255) = 56.6%

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

R = 11.32%
G = 56.6%
B = 32.08%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#125A33 (or 0x125A33) is known color: Crusoe. HEX triplet: 12, 5A and 33. RGB value is (18,90,51). Sum of RGB (Red+Green+Blue) = 18+90+51=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 90 (35.55% from 255 or 56.60% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 90 - color contains mainly: green. Hex color #125A33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A33 is #EDA5CC. Grayscale: #404040. Windows color (decimal): -15574477 or 3365394. OLE color: 3365394.

HSL color Cylindrical-coordinate representation of color #125A33: hue angle of 147.5º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125A33 is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 90 51 -
CMYK 0.80 0 0.43 0.65
HSL 147.5º 0.67% 0.21% -
HSV(B) 147.5º 0.8% 0.35% -
XYZ 4.5 7.68 4.38 -
YUV 64.03 120.65 95.17 -
System Red Green Blue C M Y K H S L
Decimal 18 90 51 0.80 0 0.43 0.65 147.5 0.67 0.21
Hex 12 5A 33 50 0 2B 41 94 43 15
Octal 22 132 63 120 0 53 101 224 103 25
Binary 10010 1011010 110011 1010000 0 101011 1000001 10010100 1000011 10101

Color Harmonies of #125A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A33

Black with #125A33

Text Example


Text Example

White with #125A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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