Html Css Color HEX #045A19 Crusoe

📋 copy color: '#045A19'

red 4 ◦ green 90 ◦ blue 25

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

Shades of Crusoe #045A19

Tints of Crusoe #045A19

RGB

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

 GREEN value IS 90 (35.55% from 255) = 75.63%

 BLUE value IS 25 (10.16% from 255) = 21.01%

R = 3.36%
G = 75.63%
B = 21.01%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#045A19 (or 0x045A19) is known color: Crusoe. HEX triplet: 04, 5A and 19. RGB value is (4,90,25). Sum of RGB (Red+Green+Blue) = 4+90+25=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 90 (35.55% from 255 or 75.63% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 90 - color contains mainly: green. Hex color #045A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045A19 is #FBA5E6. Grayscale: #393939. Windows color (decimal): -16492007 or 1661444. OLE color: 1661444.

HSL color Cylindrical-coordinate representation of color #045A19: hue angle of 134.65º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045A19 is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 90 25 -
CMYK 0.96 0 0.72 0.65
HSL 134.65º 0.91% 0.18% -
HSV(B) 134.65º 0.96% 0.35% -
XYZ 3.88 7.41 2.15 -
YUV 56.88 110.01 90.29 -
System Red Green Blue C M Y K H S L
Decimal 4 90 25 0.96 0 0.72 0.65 134.65 0.91 0.18
Hex 4 5A 19 60 0 48 41 87 5B 12
Octal 4 132 31 140 0 110 101 207 133 22
Binary 100 1011010 11001 1100000 0 1001000 1000001 10000111 1011011 10010

Color Harmonies of #045A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045A19

Black with #045A19

Text Example


Text Example

White with #045A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,90,25); }

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

background-color css

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

 a { background-color: rgb(4,90,25); }

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

border-color css

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

 span { border-color: rgb(4,90,25); }

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