Html Css Color HEX #4F5538 Kelp

📋 copy color: '#4F5538'

red 79 ◦ green 85 ◦ blue 56

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

Shades of Kelp #4F5538

Tints of Kelp #4F5538

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.64%

 BLUE value IS 56 (22.27% from 255) = 25.45%

R = 35.91%
G = 38.64%
B = 25.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#4F5538 (or 0x4F5538) is known color: Kelp. HEX triplet: 4F, 55 and 38. RGB value is (79,85,56). Sum of RGB (Red+Green+Blue) = 79+85+56=220 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.91% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 85 - color contains mainly: green. Hex color #4F5538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5538 is #B0AAC7. Grayscale: #505050. Windows color (decimal): -11578056 or 3691855. OLE color: 3691855.

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

Color convert

RGB 79 85 56 -
CMYK 0.07 0 0.34 0.67
HSL 72.41º 0.21% 0.28% -
HSV(B) 72.41º 0.34% 0.33% -
XYZ 7.19 8.44 4.99 -
YUV 79.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 79 85 56 0.07 0 0.34 0.67 72.41 0.21 0.28
Hex 4F 55 38 7 0 22 43 48 15 1C
Octal 117 125 70 7 0 42 103 110 25 34
Binary 1001111 1010101 111000 111 0 100010 1000011 1001000 10101 11100

Color Harmonies of #4F5538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5538

Black with #4F5538

Text Example


Text Example

White with #4F5538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,85,56); }

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

background-color css

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

 a { background-color: rgb(79,85,56); }

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

border-color css

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

 span { border-color: rgb(79,85,56); }

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