Html Css Color HEX #045D29 Crusoe

📋 copy color: '#045D29'

red 4 ◦ green 93 ◦ blue 41

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

Shades of Crusoe #045D29

Tints of Crusoe #045D29

RGB

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

 GREEN value IS 93 (36.72% from 255) = 67.39%

 BLUE value IS 41 (16.41% from 255) = 29.71%

R = 2.9%
G = 67.39%
B = 29.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.64

RGB Variations

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

Color information

#045D29 (or 0x045D29) is known color: Crusoe. HEX triplet: 04, 5D and 29. RGB value is (4,93,41). Sum of RGB (Red+Green+Blue) = 4+93+41=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 93 (36.72% from 255 or 67.39% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 93 - color contains mainly: green. Hex color #045D29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045D29 is #FBA2D6. Grayscale: #3C3C3C. Windows color (decimal): -16491223 or 2710788. OLE color: 2710788.

HSL color Cylindrical-coordinate representation of color #045D29: hue angle of 144.94º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045D29 is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 93 41 -
CMYK 0.96 0 0.56 0.64
HSL 144.94º 0.92% 0.19% -
HSV(B) 144.94º 0.96% 0.36% -
XYZ 4.36 8.01 3.41 -
YUV 60.46 117.01 87.73 -
System Red Green Blue C M Y K H S L
Decimal 4 93 41 0.96 0 0.56 0.64 144.94 0.92 0.19
Hex 4 5D 29 60 0 38 40 91 5C 13
Octal 4 135 51 140 0 70 100 221 134 23
Binary 100 1011101 101001 1100000 0 111000 1000000 10010001 1011100 10011

Color Harmonies of #045D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045D29

Black with #045D29

Text Example


Text Example

White with #045D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045D29; }

 p { color: rgb(4,93,41); }

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

background-color css

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

 a { background-color: rgb(4,93,41); }

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

border-color css

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

 span { border-color: rgb(4,93,41); }

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