Html Css Color HEX #045820 Crusoe

📋 copy color: '#045820'

red 4 ◦ green 88 ◦ blue 32

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

Shades of Crusoe #045820

Tints of Crusoe #045820

RGB

 RED value IS 4 (1.95% from 255) = 3.23%

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

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

R = 3.23%
G = 70.97%
B = 25.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#045820 (or 0x045820) is known color: Crusoe. HEX triplet: 04, 58 and 20. RGB value is (4,88,32). Sum of RGB (Red+Green+Blue) = 4+88+32=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 88 (34.77% from 255 or 70.97% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 88 - color contains mainly: green. Hex color #045820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045820 is #FBA7DF. Grayscale: #383838. Windows color (decimal): -16492512 or 2119684. OLE color: 2119684.

HSL color Cylindrical-coordinate representation of color #045820: hue angle of 140º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045820 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 88 32 -
CMYK 0.95 0 0.64 0.65
HSL 140º 0.91% 0.18% -
HSV(B) 140º 0.95% 0.35% -
XYZ 3.8 7.11 2.54 -
YUV 56.5 114.17 90.55 -
System Red Green Blue C M Y K H S L
Decimal 4 88 32 0.95 0 0.64 0.65 140 0.91 0.18
Hex 4 58 20 5F 0 40 41 8C 5B 12
Octal 4 130 40 137 0 100 101 214 133 22
Binary 100 1011000 100000 1011111 0 1000000 1000001 10001100 1011011 10010

Color Harmonies of #045820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045820

Black with #045820

Text Example


Text Example

White with #045820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045820; }

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

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

background-color css

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

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

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

border-color css

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

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

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