Html Css Color HEX #045816 Crusoe

📋 copy color: '#045816'

red 4 ◦ green 88 ◦ blue 22

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

Shades of Crusoe #045816

Tints of Crusoe #045816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 19.3%

R = 3.51%
G = 77.19%
B = 19.3%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#045816 (or 0x045816) is known color: Crusoe. HEX triplet: 04, 58 and 16. RGB value is (4,88,22). Sum of RGB (Red+Green+Blue) = 4+88+22=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 88 (34.77% from 255 or 77.19% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 88 - color contains mainly: green. Hex color #045816 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045816 is #FBA7E9. Grayscale: #373737. Windows color (decimal): -16492522 or 1464324. OLE color: 1464324.

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

Color convert

RGB 4 88 22 -
CMYK 0.95 0 0.75 0.65
HSL 132.86º 0.91% 0.18% -
HSV(B) 132.86º 0.95% 0.35% -
XYZ 3.68 7.06 1.93 -
YUV 55.36 109.17 91.37 -
System Red Green Blue C M Y K H S L
Decimal 4 88 22 0.95 0 0.75 0.65 132.86 0.91 0.18
Hex 4 58 16 5F 0 4B 41 85 5B 12
Octal 4 130 26 137 0 113 101 205 133 22
Binary 100 1011000 10110 1011111 0 1001011 1000001 10000101 1011011 10010

Color Harmonies of #045816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045816

Black with #045816

Text Example


Text Example

White with #045816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045816; }

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

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

background-color css

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

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

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

border-color css

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

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

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