Html Css Color HEX #125231 Crusoe

📋 copy color: '#125231'

red 18 ◦ green 82 ◦ blue 49

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

Shades of Crusoe #125231

Tints of Crusoe #125231

RGB

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

 GREEN value IS 82 (32.42% from 255) = 55.03%

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

R = 12.08%
G = 55.03%
B = 32.89%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#125231 (or 0x125231) is known color: Crusoe. HEX triplet: 12, 52 and 31. RGB value is (18,82,49). Sum of RGB (Red+Green+Blue) = 18+82+49=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 82 (32.42% from 255 or 55.03% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 82 - color contains mainly: green. Hex color #125231 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125231 is #EDADCE. Grayscale: #3B3B3B. Windows color (decimal): -15576527 or 3232274. OLE color: 3232274.

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

Color convert

RGB 18 82 49 -
CMYK 0.78 0 0.40 0.68
HSL 149.06º 0.64% 0.2% -
HSV(B) 149.06º 0.78% 0.32% -
XYZ 3.82 6.38 3.94 -
YUV 59.1 122.3 98.68 -
System Red Green Blue C M Y K H S L
Decimal 18 82 49 0.78 0 0.40 0.68 149.06 0.64 0.2
Hex 12 52 31 4E 0 28 44 95 40 14
Octal 22 122 61 116 0 50 104 225 100 24
Binary 10010 1010010 110001 1001110 0 101000 1000100 10010101 1000000 10100

Color Harmonies of #125231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125231

Black with #125231

Text Example


Text Example

White with #125231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125231; }

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

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

background-color css

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

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

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

border-color css

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

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

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