Html Css Color HEX #047321 Crusoe

📋 copy color: '#047321'

red 4 ◦ green 115 ◦ blue 33

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

Shades of Crusoe #047321

Tints of Crusoe #047321

RGB

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

 GREEN value IS 115 (45.31% from 255) = 75.66%

 BLUE value IS 33 (13.28% from 255) = 21.71%

R = 2.63%
G = 75.66%
B = 21.71%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#047321 (or 0x047321) is known color: Crusoe. HEX triplet: 04, 73 and 21. RGB value is (4,115,33). Sum of RGB (Red+Green+Blue) = 4+115+33=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 115 (45.31% from 255 or 75.66% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 115 - color contains mainly: green. Hex color #047321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047321 is #FB8CDE. Grayscale: #484848. Windows color (decimal): -16485599 or 2192132. OLE color: 2192132.

HSL color Cylindrical-coordinate representation of color #047321: hue angle of 135.68º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047321 is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 115 33 -
CMYK 0.97 0 0.71 0.55
HSL 135.68º 0.93% 0.23% -
HSV(B) 135.68º 0.97% 0.45% -
XYZ 6.46 12.4 3.49 -
YUV 72.46 105.73 79.17 -
System Red Green Blue C M Y K H S L
Decimal 4 115 33 0.97 0 0.71 0.55 135.68 0.93 0.23
Hex 4 73 21 61 0 47 37 88 5D 17
Octal 4 163 41 141 0 107 67 210 135 27
Binary 100 1110011 100001 1100001 0 1000111 110111 10001000 1011101 10111

Color Harmonies of #047321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047321

Black with #047321

Text Example


Text Example

White with #047321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047321; }

 p { color: rgb(4,115,33); }

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

background-color css

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

 a { background-color: rgb(4,115,33); }

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

border-color css

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

 span { border-color: rgb(4,115,33); }

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