Html Css Color HEX #484E38 Kelp

📋 copy color: '#484E38'

red 72 ◦ green 78 ◦ blue 56

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

Shades of Kelp #484E38

Tints of Kelp #484E38

RGB

 RED value IS 72 (28.52% from 255) = 34.95%

 GREEN value IS 78 (30.86% from 255) = 37.86%

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

R = 34.95%
G = 37.86%
B = 27.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#484E38 (or 0x484E38) is known color: Kelp. HEX triplet: 48, 4E and 38. RGB value is (72,78,56). Sum of RGB (Red+Green+Blue) = 72+78+56=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 78 - color contains mainly: green. Hex color #484E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484E38 is #B7B1C7. Grayscale: #494949. Windows color (decimal): -12038600 or 3690056. OLE color: 3690056.

HSL color Cylindrical-coordinate representation of color #484E38: hue angle of 76.36º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #484E38 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 78 56 -
CMYK 0.08 0 0.28 0.69
HSL 76.36º 0.16% 0.26% -
HSV(B) 76.36º 0.28% 0.31% -
XYZ 6.11 7.11 4.79 -
YUV 73.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 72 78 56 0.08 0 0.28 0.69 76.36 0.16 0.26
Hex 48 4E 38 8 0 1C 45 4C 10 1A
Octal 110 116 70 10 0 34 105 114 20 32
Binary 1001000 1001110 111000 1000 0 11100 1000101 1001100 10000 11010

Color Harmonies of #484E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484E38

Black with #484E38

Text Example


Text Example

White with #484E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484E38; }

 p { color: rgb(72,78,56); }

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

background-color css

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

 a { background-color: rgb(72,78,56); }

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

border-color css

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

 span { border-color: rgb(72,78,56); }

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