Html Css Color HEX #125431 Crusoe

📋 copy color: '#125431'

red 18 ◦ green 84 ◦ blue 49

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

Shades of Crusoe #125431

Tints of Crusoe #125431

RGB

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

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

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

R = 11.92%
G = 55.63%
B = 32.45%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#125431 (or 0x125431) is known color: Crusoe. HEX triplet: 12, 54 and 31. RGB value is (18,84,49). Sum of RGB (Red+Green+Blue) = 18+84+49=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 84 (33.20% from 255 or 55.63% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 84 - color contains mainly: green. Hex color #125431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125431 is #EDABCE. Grayscale: #3C3C3C. Windows color (decimal): -15576015 or 3232786. OLE color: 3232786.

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

Color convert

RGB 18 84 49 -
CMYK 0.79 0 0.42 0.67
HSL 148.18º 0.65% 0.2% -
HSV(B) 148.18º 0.79% 0.33% -
XYZ 3.97 6.69 3.99 -
YUV 60.28 121.63 97.85 -
System Red Green Blue C M Y K H S L
Decimal 18 84 49 0.79 0 0.42 0.67 148.18 0.65 0.2
Hex 12 54 31 4F 0 2A 43 94 41 14
Octal 22 124 61 117 0 52 103 224 101 24
Binary 10010 1010100 110001 1001111 0 101010 1000011 10010100 1000001 10100

Color Harmonies of #125431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125431

Black with #125431

Text Example


Text Example

White with #125431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125431; }

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

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

background-color css

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

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

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

border-color css

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

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

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