Html Css Color HEX #045E13 Crusoe

📋 copy color: '#045E13'

red 4 ◦ green 94 ◦ blue 19

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

Shades of Crusoe #045E13

Tints of Crusoe #045E13

RGB

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

 GREEN value IS 94 (37.11% from 255) = 80.34%

 BLUE value IS 19 (7.81% from 255) = 16.24%

R = 3.42%
G = 80.34%
B = 16.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.80

 K value IS 0.63

RGB Variations

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

Color information

#045E13 (or 0x045E13) is known color: Crusoe. HEX triplet: 04, 5E and 13. RGB value is (4,94,19). Sum of RGB (Red+Green+Blue) = 4+94+19=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 94 (37.11% from 255 or 80.34% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 94 - color contains mainly: green. Hex color #045E13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045E13 is #FBA1EC. Grayscale: #3A3A3A. Windows color (decimal): -16490989 or 1269252. OLE color: 1269252.

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

Color convert

RGB 4 94 19 -
CMYK 0.96 0 0.80 0.63
HSL 130º 0.92% 0.19% -
HSV(B) 130º 0.96% 0.37% -
XYZ 4.17 8.08 1.96 -
YUV 58.54 105.68 89.1 -
System Red Green Blue C M Y K H S L
Decimal 4 94 19 0.96 0 0.80 0.63 130 0.92 0.19
Hex 4 5E 13 60 0 50 3F 82 5C 13
Octal 4 136 23 140 0 120 77 202 134 23
Binary 100 1011110 10011 1100000 0 1010000 111111 10000010 1011100 10011

Color Harmonies of #045E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045E13

Black with #045E13

Text Example


Text Example

White with #045E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,94,19); }

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

background-color css

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

 a { background-color: rgb(4,94,19); }

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

border-color css

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

 span { border-color: rgb(4,94,19); }

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