Html Css Color HEX #047328 Crusoe

📋 copy color: '#047328'

red 4 ◦ green 115 ◦ blue 40

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

Shades of Crusoe #047328

Tints of Crusoe #047328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.16%

R = 2.52%
G = 72.33%
B = 25.16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#047328 (or 0x047328) is known color: Crusoe. HEX triplet: 04, 73 and 28. RGB value is (4,115,40). Sum of RGB (Red+Green+Blue) = 4+115+40=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 115 (45.31% from 255 or 72.33% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 115 - color contains mainly: green. Hex color #047328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047328 is #FB8CD7. Grayscale: #494949. Windows color (decimal): -16485592 or 2650884. OLE color: 2650884.

HSL color Cylindrical-coordinate representation of color #047328: hue angle of 139.46º 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 #047328 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 115 40 -
CMYK 0.97 0 0.65 0.55
HSL 139.46º 0.93% 0.23% -
HSV(B) 139.46º 0.97% 0.45% -
XYZ 6.56 12.44 4.06 -
YUV 73.26 109.23 78.6 -
System Red Green Blue C M Y K H S L
Decimal 4 115 40 0.97 0 0.65 0.55 139.46 0.93 0.23
Hex 4 73 28 61 0 41 37 8B 5D 17
Octal 4 163 50 141 0 101 67 213 135 27
Binary 100 1110011 101000 1100001 0 1000001 110111 10001011 1011101 10111

Color Harmonies of #047328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047328

Black with #047328

Text Example


Text Example

White with #047328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047328; }

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

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

background-color css

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

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

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

border-color css

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

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

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