Html Css Color HEX #125D32 Crusoe

📋 copy color: '#125D32'

red 18 ◦ green 93 ◦ blue 50

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

Shades of Crusoe #125D32

Tints of Crusoe #125D32

RGB

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

 GREEN value IS 93 (36.72% from 255) = 57.76%

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

R = 11.18%
G = 57.76%
B = 31.06%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.46

 K value IS 0.64

RGB Variations

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

Color information

#125D32 (or 0x125D32) is known color: Crusoe. HEX triplet: 12, 5D and 32. RGB value is (18,93,50). Sum of RGB (Red+Green+Blue) = 18+93+50=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 93 (36.72% from 255 or 57.76% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 93 - color contains mainly: green. Hex color #125D32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125D32 is #EDA2CD. Grayscale: #414141. Windows color (decimal): -15573710 or 3300626. OLE color: 3300626.

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

Color convert

RGB 18 93 50 -
CMYK 0.81 0 0.46 0.64
HSL 145.6º 0.68% 0.22% -
HSV(B) 145.6º 0.81% 0.36% -
XYZ 4.74 8.19 4.35 -
YUV 65.67 119.15 94 -
System Red Green Blue C M Y K H S L
Decimal 18 93 50 0.81 0 0.46 0.64 145.6 0.68 0.22
Hex 12 5D 32 51 0 2E 40 92 44 16
Octal 22 135 62 121 0 56 100 222 104 26
Binary 10010 1011101 110010 1010001 0 101110 1000000 10010010 1000100 10110

Color Harmonies of #125D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125D32

Black with #125D32

Text Example


Text Example

White with #125D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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