Html Css Color HEX #495034 Kelp

📋 copy color: '#495034'

red 73 ◦ green 80 ◦ blue 52

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

Shades of Kelp #495034

Tints of Kelp #495034

RGB

 RED value IS 73 (28.91% from 255) = 35.61%

 GREEN value IS 80 (31.64% from 255) = 39.02%

 BLUE value IS 52 (20.7% from 255) = 25.37%

R = 35.61%
G = 39.02%
B = 25.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#495034 (or 0x495034) is known color: Kelp. HEX triplet: 49, 50 and 34. RGB value is (73,80,52). Sum of RGB (Red+Green+Blue) = 73+80+52=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 80 - color contains mainly: green. Hex color #495034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495034 is #B6AFCB. Grayscale: #4A4A4A. Windows color (decimal): -11972556 or 3428425. OLE color: 3428425.

HSL color Cylindrical-coordinate representation of color #495034: hue angle of 75º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #495034 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 80 52 -
CMYK 0.09 0 0.35 0.69
HSL 75º 0.21% 0.26% -
HSV(B) 75º 0.35% 0.31% -
XYZ 6.24 7.4 4.35 -
YUV 74.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 73 80 52 0.09 0 0.35 0.69 75 0.21 0.26
Hex 49 50 34 9 0 23 45 4B 15 1A
Octal 111 120 64 11 0 43 105 113 25 32
Binary 1001001 1010000 110100 1001 0 100011 1000101 1001011 10101 11010

Color Harmonies of #495034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495034

Black with #495034

Text Example


Text Example

White with #495034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495034; }

 p { color: rgb(73,80,52); }

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

background-color css

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

 a { background-color: rgb(73,80,52); }

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

border-color css

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

 span { border-color: rgb(73,80,52); }

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