Html Css Color HEX #57825A Hippie Green

📋 copy color: '#57825A'

red 87 ◦ green 130 ◦ blue 90

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

Shades of Hippie Green #57825A

Tints of Hippie Green #57825A

RGB

 RED value IS 87 (34.38% from 255) = 28.34%

 GREEN value IS 130 (51.17% from 255) = 42.35%

 BLUE value IS 90 (35.55% from 255) = 29.32%

R = 28.34%
G = 42.35%
B = 29.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#57825A (or 0x57825A) is known color: Hippie Green. HEX triplet: 57, 82 and 5A. RGB value is (87,130,90). Sum of RGB (Red+Green+Blue) = 87+130+90=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #57825A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57825A is #A87DA5. Grayscale: #707070. Windows color (decimal): -11042214 or 5931607. OLE color: 5931607.

HSL color Cylindrical-coordinate representation of color #57825A: hue angle of 124.19º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57825A is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 130 90 -
CMYK 0.33 0 0.31 0.49
HSL 124.19º 0.2% 0.43% -
HSV(B) 124.19º 0.33% 0.51% -
XYZ 13.76 18.73 12.56 -
YUV 112.58 115.25 109.75 -
System Red Green Blue C M Y K H S L
Decimal 87 130 90 0.33 0 0.31 0.49 124.19 0.2 0.43
Hex 57 82 5A 21 0 1F 31 7C 14 2B
Octal 127 202 132 41 0 37 61 174 24 53
Binary 1010111 10000010 1011010 100001 0 11111 110001 1111100 10100 101011

Color Harmonies of #57825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57825A

Black with #57825A

Text Example


Text Example

White with #57825A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57825A; }

 p { color: rgb(87,130,90); }

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

background-color css

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

 a { background-color: rgb(87,130,90); }

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

border-color css

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

 span { border-color: rgb(87,130,90); }

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