Html Css Color HEX #047425 Crusoe

📋 copy color: '#047425'

red 4 ◦ green 116 ◦ blue 37

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

Shades of Crusoe #047425

Tints of Crusoe #047425

RGB

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

 GREEN value IS 116 (45.7% from 255) = 73.89%

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

R = 2.55%
G = 73.89%
B = 23.57%

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

#047425 (or 0x047425) is known color: Crusoe. HEX triplet: 04, 74 and 25. RGB value is (4,116,37). Sum of RGB (Red+Green+Blue) = 4+116+37=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 116 (45.70% from 255 or 73.89% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 116 - color contains mainly: green. Hex color #047425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047425 is #FB8BDA. Grayscale: #494949. Windows color (decimal): -16485339 or 2454532. OLE color: 2454532.

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

Color convert

RGB 4 116 37 -
CMYK 0.97 0 0.68 0.55
HSL 137.68º 0.93% 0.24% -
HSV(B) 137.68º 0.97% 0.45% -
XYZ 6.63 12.65 3.84 -
YUV 73.51 107.39 78.42 -
System Red Green Blue C M Y K H S L
Decimal 4 116 37 0.97 0 0.68 0.55 137.68 0.93 0.24
Hex 4 74 25 61 0 44 37 8A 5D 18
Octal 4 164 45 141 0 104 67 212 135 30
Binary 100 1110100 100101 1100001 0 1000100 110111 10001010 1011101 11000

Color Harmonies of #047425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047425

Black with #047425

Text Example


Text Example

White with #047425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047425; }

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

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

background-color css

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

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

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

border-color css

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

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

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