Html Css Color HEX #045711 Crusoe

📋 copy color: '#045711'

red 4 ◦ green 87 ◦ blue 17

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

Shades of Crusoe #045711

Tints of Crusoe #045711

RGB

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

 GREEN value IS 87 (34.38% from 255) = 80.56%

 BLUE value IS 17 (7.03% from 255) = 15.74%

R = 3.7%
G = 80.56%
B = 15.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#045711 (or 0x045711) is known color: Crusoe. HEX triplet: 04, 57 and 11. RGB value is (4,87,17). Sum of RGB (Red+Green+Blue) = 4+87+17=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 87 (34.38% from 255 or 80.56% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 87 - color contains mainly: green. Hex color #045711 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045711 is #FBA8EE. Grayscale: #363636. Windows color (decimal): -16492783 or 1136388. OLE color: 1136388.

HSL color Cylindrical-coordinate representation of color #045711: hue angle of 129.4º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045711 is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 4 87 17 -
CMYK 0.95 0 0.80 0.66
HSL 129.4º 0.91% 0.18% -
HSV(B) 129.4º 0.95% 0.34% -
XYZ 3.56 6.88 1.67 -
YUV 54.2 107 92.19 -
System Red Green Blue C M Y K H S L
Decimal 4 87 17 0.95 0 0.80 0.66 129.4 0.91 0.18
Hex 4 57 11 5F 0 50 42 81 5B 12
Octal 4 127 21 137 0 120 102 201 133 22
Binary 100 1010111 10001 1011111 0 1010000 1000010 10000001 1011011 10010

Color Harmonies of #045711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045711

Black with #045711

Text Example


Text Example

White with #045711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045711; }

 p { color: rgb(4,87,17); }

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

background-color css

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

 a { background-color: rgb(4,87,17); }

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

border-color css

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

 span { border-color: rgb(4,87,17); }

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