Html Css Color HEX #125931 Crusoe

📋 copy color: '#125931'

red 18 ◦ green 89 ◦ blue 49

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

Shades of Crusoe #125931

Tints of Crusoe #125931

RGB

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

 GREEN value IS 89 (35.16% from 255) = 57.05%

 BLUE value IS 49 (19.53% from 255) = 31.41%

R = 11.54%
G = 57.05%
B = 31.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#125931 (or 0x125931) is known color: Crusoe. HEX triplet: 12, 59 and 31. RGB value is (18,89,49). Sum of RGB (Red+Green+Blue) = 18+89+49=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 89 (35.16% from 255 or 57.05% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 89 - color contains mainly: green. Hex color #125931 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125931 is #EDA6CE. Grayscale: #3F3F3F. Windows color (decimal): -15574735 or 3234066. OLE color: 3234066.

HSL color Cylindrical-coordinate representation of color #125931: hue angle of 146.2º degrees, saturation: 0.66, 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 #125931 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 89 49 -
CMYK 0.80 0 0.45 0.65
HSL 146.2º 0.66% 0.21% -
HSV(B) 146.2º 0.8% 0.35% -
XYZ 4.38 7.5 4.12 -
YUV 63.21 119.98 95.75 -
System Red Green Blue C M Y K H S L
Decimal 18 89 49 0.80 0 0.45 0.65 146.2 0.66 0.21
Hex 12 59 31 50 0 2D 41 92 42 15
Octal 22 131 61 120 0 55 101 222 102 25
Binary 10010 1011001 110001 1010000 0 101101 1000001 10010010 1000010 10101

Color Harmonies of #125931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125931

Black with #125931

Text Example


Text Example

White with #125931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125931; }

 p { color: rgb(18,89,49); }

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

background-color css

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

 a { background-color: rgb(18,89,49); }

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

border-color css

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

 span { border-color: rgb(18,89,49); }

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