Html Css Color HEX #045421 Crusoe

📋 copy color: '#045421'

red 4 ◦ green 84 ◦ blue 33

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

Shades of Crusoe #045421

Tints of Crusoe #045421

RGB

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

 GREEN value IS 84 (33.2% from 255) = 69.42%

 BLUE value IS 33 (13.28% from 255) = 27.27%

R = 3.31%
G = 69.42%
B = 27.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#045421 (or 0x045421) is known color: Crusoe. HEX triplet: 04, 54 and 21. RGB value is (4,84,33). Sum of RGB (Red+Green+Blue) = 4+84+33=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 84 (33.20% from 255 or 69.42% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 84 - color contains mainly: green. Hex color #045421 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045421 is #FBABDE. Grayscale: #363636. Windows color (decimal): -16493535 or 2184196. OLE color: 2184196.

HSL color Cylindrical-coordinate representation of color #045421: hue angle of 141.75º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045421 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 84 33 -
CMYK 0.95 0 0.61 0.67
HSL 141.75º 0.91% 0.17% -
HSV(B) 141.75º 0.95% 0.33% -
XYZ 3.49 6.48 2.5 -
YUV 54.27 116 92.15 -
System Red Green Blue C M Y K H S L
Decimal 4 84 33 0.95 0 0.61 0.67 141.75 0.91 0.17
Hex 4 54 21 5F 0 3D 43 8E 5B 11
Octal 4 124 41 137 0 75 103 216 133 21
Binary 100 1010100 100001 1011111 0 111101 1000011 10001110 1011011 10001

Color Harmonies of #045421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045421

Black with #045421

Text Example


Text Example

White with #045421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045421; }

 p { color: rgb(4,84,33); }

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

background-color css

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

 a { background-color: rgb(4,84,33); }

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

border-color css

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

 span { border-color: rgb(4,84,33); }

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