Html Css Color HEX #045828 Crusoe

📋 copy color: '#045828'

red 4 ◦ green 88 ◦ blue 40

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

Shades of Crusoe #045828

Tints of Crusoe #045828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 30.3%

R = 3.03%
G = 66.67%
B = 30.3%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#045828 (or 0x045828) is known color: Crusoe. HEX triplet: 04, 58 and 28. RGB value is (4,88,40). Sum of RGB (Red+Green+Blue) = 4+88+40=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 88 (34.77% from 255 or 66.67% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 88 - color contains mainly: green. Hex color #045828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045828 is #FBA7D7. Grayscale: #393939. Windows color (decimal): -16492504 or 2643972. OLE color: 2643972.

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

Color convert

RGB 4 88 40 -
CMYK 0.95 0 0.55 0.65
HSL 145.71º 0.91% 0.18% -
HSV(B) 145.71º 0.95% 0.35% -
XYZ 3.92 7.16 3.18 -
YUV 57.41 118.17 89.9 -
System Red Green Blue C M Y K H S L
Decimal 4 88 40 0.95 0 0.55 0.65 145.71 0.91 0.18
Hex 4 58 28 5F 0 37 41 92 5B 12
Octal 4 130 50 137 0 67 101 222 133 22
Binary 100 1011000 101000 1011111 0 110111 1000001 10010010 1011011 10010

Color Harmonies of #045828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045828

Black with #045828

Text Example


Text Example

White with #045828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045828; }

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

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

background-color css

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

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

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

border-color css

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

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

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