Html Css Color HEX #125920 Crusoe

📋 copy color: '#125920'

red 18 ◦ green 89 ◦ blue 32

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

Shades of Crusoe #125920

Tints of Crusoe #125920

RGB

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

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

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

R = 12.95%
G = 64.03%
B = 23.02%

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

#125920 (or 0x125920) is known color: Crusoe. HEX triplet: 12, 59 and 20. RGB value is (18,89,32). Sum of RGB (Red+Green+Blue) = 18+89+32=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 89 (35.16% from 255 or 64.03% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 89 - color contains mainly: green. Hex color #125920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125920 is #EDA6DF. Grayscale: #3D3D3D. Windows color (decimal): -15574752 or 2119954. OLE color: 2119954.

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

Color convert

RGB 18 89 32 -
CMYK 0.80 0 0.64 0.65
HSL 131.83º 0.66% 0.21% -
HSV(B) 131.83º 0.8% 0.35% -
XYZ 4.08 7.38 2.58 -
YUV 61.27 111.48 97.13 -
System Red Green Blue C M Y K H S L
Decimal 18 89 32 0.80 0 0.64 0.65 131.83 0.66 0.21
Hex 12 59 20 50 0 40 41 84 42 15
Octal 22 131 40 120 0 100 101 204 102 25
Binary 10010 1011001 100000 1010000 0 1000000 1000001 10000100 1000010 10101

Color Harmonies of #125920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125920

Black with #125920

Text Example


Text Example

White with #125920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125920; }

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

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

background-color css

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

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

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

border-color css

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

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

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