Html Css Color HEX #045314 Crusoe

📋 copy color: '#045314'

red 4 ◦ green 83 ◦ blue 20

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

Shades of Crusoe #045314

Tints of Crusoe #045314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 77.57%

 BLUE value IS 20 (8.2% from 255) = 18.69%

R = 3.74%
G = 77.57%
B = 18.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#045314 (or 0x045314) is known color: Crusoe. HEX triplet: 04, 53 and 14. RGB value is (4,83,20). Sum of RGB (Red+Green+Blue) = 4+83+20=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 83 (32.81% from 255 or 77.57% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 83 - color contains mainly: green. Hex color #045314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045314 is #FBACEB. Grayscale: #343434. Windows color (decimal): -16493804 or 1331972. OLE color: 1331972.

HSL color Cylindrical-coordinate representation of color #045314: hue angle of 132.15º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045314 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 83 20 -
CMYK 0.95 0 0.76 0.67
HSL 132.15º 0.91% 0.17% -
HSV(B) 132.15º 0.95% 0.33% -
XYZ 3.27 6.26 1.7 -
YUV 52.2 109.83 93.62 -
System Red Green Blue C M Y K H S L
Decimal 4 83 20 0.95 0 0.76 0.67 132.15 0.91 0.17
Hex 4 53 14 5F 0 4C 43 84 5B 11
Octal 4 123 24 137 0 114 103 204 133 21
Binary 100 1010011 10100 1011111 0 1001100 1000011 10000100 1011011 10001

Color Harmonies of #045314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045314

Black with #045314

Text Example


Text Example

White with #045314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045314; }

 p { color: rgb(4,83,20); }

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

background-color css

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

 a { background-color: rgb(4,83,20); }

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

border-color css

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

 span { border-color: rgb(4,83,20); }

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