Html Css Color HEX #125532 Crusoe

📋 copy color: '#125532'

red 18 ◦ green 85 ◦ blue 50

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

Shades of Crusoe #125532

Tints of Crusoe #125532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 55.56%

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

R = 11.76%
G = 55.56%
B = 32.68%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#125532 (or 0x125532) is known color: Crusoe. HEX triplet: 12, 55 and 32. RGB value is (18,85,50). Sum of RGB (Red+Green+Blue) = 18+85+50=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #125532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125532 is #EDAACD. Grayscale: #3D3D3D. Windows color (decimal): -15575758 or 3298578. OLE color: 3298578.

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

Color convert

RGB 18 85 50 -
CMYK 0.79 0 0.41 0.67
HSL 148.66º 0.65% 0.2% -
HSV(B) 148.66º 0.79% 0.33% -
XYZ 4.07 6.86 4.13 -
YUV 60.98 121.8 97.35 -
System Red Green Blue C M Y K H S L
Decimal 18 85 50 0.79 0 0.41 0.67 148.66 0.65 0.2
Hex 12 55 32 4F 0 29 43 95 41 14
Octal 22 125 62 117 0 51 103 225 101 24
Binary 10010 1010101 110010 1001111 0 101001 1000011 10010101 1000001 10100

Color Harmonies of #125532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125532

Black with #125532

Text Example


Text Example

White with #125532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125532; }

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

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

background-color css

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

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

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

border-color css

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

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

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