Html Css Color HEX #045D15 Crusoe

📋 copy color: '#045D15'

red 4 ◦ green 93 ◦ blue 21

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

Shades of Crusoe #045D15

Tints of Crusoe #045D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.8%

R = 3.39%
G = 78.81%
B = 17.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.77

 K value IS 0.64

RGB Variations

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

Color information

#045D15 (or 0x045D15) is known color: Crusoe. HEX triplet: 04, 5D and 15. RGB value is (4,93,21). Sum of RGB (Red+Green+Blue) = 4+93+21=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 93 (36.72% from 255 or 78.81% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 93 - color contains mainly: green. Hex color #045D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045D15 is #FBA2EA. Grayscale: #3A3A3A. Windows color (decimal): -16491243 or 1400068. OLE color: 1400068.

HSL color Cylindrical-coordinate representation of color #045D15: hue angle of 131.46º 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 #045D15 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 93 21 -
CMYK 0.96 0 0.77 0.64
HSL 131.46º 0.92% 0.19% -
HSV(B) 131.46º 0.96% 0.36% -
XYZ 4.1 7.91 2.02 -
YUV 58.18 107.01 89.35 -
System Red Green Blue C M Y K H S L
Decimal 4 93 21 0.96 0 0.77 0.64 131.46 0.92 0.19
Hex 4 5D 15 60 0 4D 40 83 5C 13
Octal 4 135 25 140 0 115 100 203 134 23
Binary 100 1011101 10101 1100000 0 1001101 1000000 10000011 1011100 10011

Color Harmonies of #045D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045D15

Black with #045D15

Text Example


Text Example

White with #045D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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