Html Css Color HEX #125332 Crusoe

📋 copy color: '#125332'

red 18 ◦ green 83 ◦ blue 50

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

Shades of Crusoe #125332

Tints of Crusoe #125332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 54.97%

 BLUE value IS 50 (19.92% from 255) = 33.11%

R = 11.92%
G = 54.97%
B = 33.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#125332 (or 0x125332) is known color: Crusoe. HEX triplet: 12, 53 and 32. RGB value is (18,83,50). Sum of RGB (Red+Green+Blue) = 18+83+50=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #125332 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125332 is #EDACCD. Grayscale: #3B3B3B. Windows color (decimal): -15576270 or 3298066. OLE color: 3298066.

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

Color convert

RGB 18 83 50 -
CMYK 0.78 0 0.40 0.67
HSL 149.54º 0.64% 0.2% -
HSV(B) 149.54º 0.78% 0.33% -
XYZ 3.92 6.55 4.07 -
YUV 59.8 122.47 98.18 -
System Red Green Blue C M Y K H S L
Decimal 18 83 50 0.78 0 0.40 0.67 149.54 0.64 0.2
Hex 12 53 32 4E 0 28 43 96 40 14
Octal 22 123 62 116 0 50 103 226 100 24
Binary 10010 1010011 110010 1001110 0 101000 1000011 10010110 1000000 10100

Color Harmonies of #125332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125332

Black with #125332

Text Example


Text Example

White with #125332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125332; }

 p { color: rgb(18,83,50); }

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

background-color css

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

 a { background-color: rgb(18,83,50); }

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

border-color css

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

 span { border-color: rgb(18,83,50); }

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