Html Css Color HEX #619452 Hippie Green

📋 copy color: '#619452'

red 97 ◦ green 148 ◦ blue 82

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

Shades of Hippie Green #619452

Tints of Hippie Green #619452

RGB

 RED value IS 97 (38.28% from 255) = 29.66%

 GREEN value IS 148 (58.2% from 255) = 45.26%

 BLUE value IS 82 (32.42% from 255) = 25.08%

R = 29.66%
G = 45.26%
B = 25.08%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#619452 (or 0x619452) is known color: Hippie Green. HEX triplet: 61, 94 and 52. RGB value is (97,148,82). Sum of RGB (Red+Green+Blue) = 97+148+82=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #619452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619452 is #9E6BAD. Grayscale: #7D7D7D. Windows color (decimal): -10382254 or 5411937. OLE color: 5411937.

HSL color Cylindrical-coordinate representation of color #619452: hue angle of 106.36º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #619452 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 148 82 -
CMYK 0.34 0 0.45 0.42
HSL 106.36º 0.29% 0.45% -
HSV(B) 106.36º 0.45% 0.58% -
XYZ 17.04 24.33 11.78 -
YUV 125.23 103.6 107.87 -
System Red Green Blue C M Y K H S L
Decimal 97 148 82 0.34 0 0.45 0.42 106.36 0.29 0.45
Hex 61 94 52 22 0 2D 2A 6A 1D 2D
Octal 141 224 122 42 0 55 52 152 35 55
Binary 1100001 10010100 1010010 100010 0 101101 101010 1101010 11101 101101

Color Harmonies of #619452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619452

Black with #619452

Text Example


Text Example

White with #619452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619452; }

 p { color: rgb(97,148,82); }

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

background-color css

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

 a { background-color: rgb(97,148,82); }

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

border-color css

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

 span { border-color: rgb(97,148,82); }

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