Html Css Color HEX #047325 Crusoe

📋 copy color: '#047325'

red 4 ◦ green 115 ◦ blue 37

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

Shades of Crusoe #047325

Tints of Crusoe #047325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 23.72%

R = 2.56%
G = 73.72%
B = 23.72%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#047325 (or 0x047325) is known color: Crusoe. HEX triplet: 04, 73 and 25. RGB value is (4,115,37). Sum of RGB (Red+Green+Blue) = 4+115+37=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 115 (45.31% from 255 or 73.72% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 115 - color contains mainly: green. Hex color #047325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047325 is #FB8CDA. Grayscale: #494949. Windows color (decimal): -16485595 or 2454276. OLE color: 2454276.

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

Color convert

RGB 4 115 37 -
CMYK 0.97 0 0.68 0.55
HSL 137.84º 0.93% 0.23% -
HSV(B) 137.84º 0.97% 0.45% -
XYZ 6.51 12.42 3.8 -
YUV 72.92 107.73 78.84 -
System Red Green Blue C M Y K H S L
Decimal 4 115 37 0.97 0 0.68 0.55 137.84 0.93 0.23
Hex 4 73 25 61 0 44 37 8A 5D 17
Octal 4 163 45 141 0 104 67 212 135 27
Binary 100 1110011 100101 1100001 0 1000100 110111 10001010 1011101 10111

Color Harmonies of #047325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047325

Black with #047325

Text Example


Text Example

White with #047325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047325; }

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

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

background-color css

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

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

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

border-color css

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

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

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