Html Css Color HEX #125820 Crusoe

📋 copy color: '#125820'

red 18 ◦ green 88 ◦ blue 32

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

Shades of Crusoe #125820

Tints of Crusoe #125820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 63.77%

 BLUE value IS 32 (12.89% from 255) = 23.19%

R = 13.04%
G = 63.77%
B = 23.19%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#125820 (or 0x125820) is known color: Crusoe. HEX triplet: 12, 58 and 20. RGB value is (18,88,32). Sum of RGB (Red+Green+Blue) = 18+88+32=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 88 (34.77% from 255 or 63.77% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 88 - color contains mainly: green. Hex color #125820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125820 is #EDA7DF. Grayscale: #3C3C3C. Windows color (decimal): -15575008 or 2119698. OLE color: 2119698.

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

Color convert

RGB 18 88 32 -
CMYK 0.80 0 0.64 0.65
HSL 132º 0.66% 0.21% -
HSV(B) 132º 0.8% 0.35% -
XYZ 4 7.21 2.55 -
YUV 60.69 111.81 97.55 -
System Red Green Blue C M Y K H S L
Decimal 18 88 32 0.80 0 0.64 0.65 132 0.66 0.21
Hex 12 58 20 50 0 40 41 84 42 15
Octal 22 130 40 120 0 100 101 204 102 25
Binary 10010 1011000 100000 1010000 0 1000000 1000001 10000100 1000010 10101

Color Harmonies of #125820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125820

Black with #125820

Text Example


Text Example

White with #125820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125820; }

 p { color: rgb(18,88,32); }

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

background-color css

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

 a { background-color: rgb(18,88,32); }

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

border-color css

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

 span { border-color: rgb(18,88,32); }

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