Html Css Color HEX #484B3A Kelp

📋 copy color: '#484B3A'

red 72 ◦ green 75 ◦ blue 58

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

Shades of Kelp #484B3A

Tints of Kelp #484B3A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.59%

 BLUE value IS 58 (23.05% from 255) = 28.29%

R = 35.12%
G = 36.59%
B = 28.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#484B3A (or 0x484B3A) is known color: Kelp. HEX triplet: 48, 4B and 3A. RGB value is (72,75,58). Sum of RGB (Red+Green+Blue) = 72+75+58=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 75 - color contains mainly: green. Hex color #484B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B3A is #B7B4C5. Grayscale: #484848. Windows color (decimal): -12039366 or 3820360. OLE color: 3820360.

HSL color Cylindrical-coordinate representation of color #484B3A: hue angle of 70.59º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #484B3A is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 75 58 -
CMYK 0.04 0 0.23 0.71
HSL 70.59º 0.13% 0.26% -
HSV(B) 70.59º 0.23% 0.29% -
XYZ 5.95 6.72 4.99 -
YUV 72.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 72 75 58 0.04 0 0.23 0.71 70.59 0.13 0.26
Hex 48 4B 3A 4 0 17 47 47 D 1A
Octal 110 113 72 4 0 27 107 107 15 32
Binary 1001000 1001011 111010 100 0 10111 1000111 1000111 1101 11010

Color Harmonies of #484B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484B3A

Black with #484B3A

Text Example


Text Example

White with #484B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,75,58); }

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

background-color css

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

 a { background-color: rgb(72,75,58); }

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

border-color css

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

 span { border-color: rgb(72,75,58); }

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