Html Css Color HEX #53944B Hippie Green

📋 copy color: '#53944B'

red 83 ◦ green 148 ◦ blue 75

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

Shades of Hippie Green #53944B

Tints of Hippie Green #53944B

RGB

 RED value IS 83 (32.81% from 255) = 27.12%

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

 BLUE value IS 75 (29.69% from 255) = 24.51%

R = 27.12%
G = 48.37%
B = 24.51%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#53944B (or 0x53944B) is known color: Hippie Green. HEX triplet: 53, 94 and 4B. RGB value is (83,148,75). Sum of RGB (Red+Green+Blue) = 83+148+75=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #53944B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53944B is #AC6BB4. Grayscale: #787878. Windows color (decimal): -11299765 or 4953171. OLE color: 4953171.

HSL color Cylindrical-coordinate representation of color #53944B: hue angle of 113.42º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53944B is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 148 75 -
CMYK 0.44 0 0.49 0.42
HSL 113.42º 0.33% 0.44% -
HSV(B) 113.42º 0.49% 0.58% -
XYZ 15.43 23.53 10.38 -
YUV 120.24 102.47 101.44 -
System Red Green Blue C M Y K H S L
Decimal 83 148 75 0.44 0 0.49 0.42 113.42 0.33 0.44
Hex 53 94 4B 2C 0 31 2A 71 21 2C
Octal 123 224 113 54 0 61 52 161 41 54
Binary 1010011 10010100 1001011 101100 0 110001 101010 1110001 100001 101100

Color Harmonies of #53944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53944B

Black with #53944B

Text Example


Text Example

White with #53944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53944B; }

 p { color: rgb(83,148,75); }

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

background-color css

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

 a { background-color: rgb(83,148,75); }

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

border-color css

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

 span { border-color: rgb(83,148,75); }

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