Html Css Color HEX #125433 Crusoe

📋 copy color: '#125433'

red 18 ◦ green 84 ◦ blue 51

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

Shades of Crusoe #125433

Tints of Crusoe #125433

RGB

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

 GREEN value IS 84 (33.2% from 255) = 54.9%

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

R = 11.76%
G = 54.9%
B = 33.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#125433 (or 0x125433) is known color: Crusoe. HEX triplet: 12, 54 and 33. RGB value is (18,84,51). Sum of RGB (Red+Green+Blue) = 18+84+51=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 51 (20.31% from 255 or 33.33% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #125433 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125433 is #EDABCC. Grayscale: #3C3C3C. Windows color (decimal): -15576013 or 3363858. OLE color: 3363858.

HSL color Cylindrical-coordinate representation of color #125433: hue angle of 150º 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 #125433 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 84 51 -
CMYK 0.79 0 0.39 0.67
HSL 150º 0.65% 0.2% -
HSV(B) 150º 0.79% 0.33% -
XYZ 4.02 6.71 4.22 -
YUV 60.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 18 84 51 0.79 0 0.39 0.67 150 0.65 0.2
Hex 12 54 33 4F 0 27 43 96 41 14
Octal 22 124 63 117 0 47 103 226 101 24
Binary 10010 1010100 110011 1001111 0 100111 1000011 10010110 1000001 10100

Color Harmonies of #125433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125433

Black with #125433

Text Example


Text Example

White with #125433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125433; }

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

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

background-color css

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

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

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

border-color css

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

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

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