Html Css Color HEX #4F533D Kelp

📋 copy color: '#4F533D'

red 79 ◦ green 83 ◦ blue 61

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

Shades of Kelp #4F533D

Tints of Kelp #4F533D

RGB

 RED value IS 79 (31.25% from 255) = 35.43%

 GREEN value IS 83 (32.81% from 255) = 37.22%

 BLUE value IS 61 (24.22% from 255) = 27.35%

R = 35.43%
G = 37.22%
B = 27.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#4F533D (or 0x4F533D) is known color: Kelp. HEX triplet: 4F, 53 and 3D. RGB value is (79,83,61). Sum of RGB (Red+Green+Blue) = 79+83+61=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 83 - color contains mainly: green. Hex color #4F533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F533D is #B0ACC2. Grayscale: #4F4F4F. Windows color (decimal): -11578563 or 4019023. OLE color: 4019023.

HSL color Cylindrical-coordinate representation of color #4F533D: hue angle of 70.91º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F533D is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 83 61 -
CMYK 0.05 0 0.27 0.67
HSL 70.91º 0.15% 0.28% -
HSV(B) 70.91º 0.27% 0.33% -
XYZ 7.16 8.19 5.62 -
YUV 79.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 79 83 61 0.05 0 0.27 0.67 70.91 0.15 0.28
Hex 4F 53 3D 5 0 1B 43 47 F 1C
Octal 117 123 75 5 0 33 103 107 17 34
Binary 1001111 1010011 111101 101 0 11011 1000011 1000111 1111 11100

Color Harmonies of #4F533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F533D

Black with #4F533D

Text Example


Text Example

White with #4F533D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F533D; }

 p { color: rgb(79,83,61); }

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

background-color css

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

 a { background-color: rgb(79,83,61); }

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

border-color css

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

 span { border-color: rgb(79,83,61); }

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