Html Css Color HEX #4B5331 Kelp

📋 copy color: '#4B5331'

red 75 ◦ green 83 ◦ blue 49

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

Shades of Kelp #4B5331

Tints of Kelp #4B5331

RGB

 RED value IS 75 (29.69% from 255) = 36.23%

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

 BLUE value IS 49 (19.53% from 255) = 23.67%

R = 36.23%
G = 40.1%
B = 23.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#4B5331 (or 0x4B5331) is known color: Kelp. HEX triplet: 4B, 53 and 31. RGB value is (75,83,49). Sum of RGB (Red+Green+Blue) = 75+83+49=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #4B5331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5331 is #B4ACCE. Grayscale: #4C4C4C. Windows color (decimal): -11840719 or 3232587. OLE color: 3232587.

HSL color Cylindrical-coordinate representation of color #4B5331: hue angle of 74.12º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B5331 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 83 49 -
CMYK 0.10 0 0.41 0.67
HSL 74.12º 0.26% 0.26% -
HSV(B) 74.12º 0.41% 0.33% -
XYZ 6.55 7.9 4.09 -
YUV 76.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 75 83 49 0.10 0 0.41 0.67 74.12 0.26 0.26
Hex 4B 53 31 A 0 29 43 4A 1A 1A
Octal 113 123 61 12 0 51 103 112 32 32
Binary 1001011 1010011 110001 1010 0 101001 1000011 1001010 11010 11010

Color Harmonies of #4B5331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5331

Black with #4B5331

Text Example


Text Example

White with #4B5331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,83,49); }

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

background-color css

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

 a { background-color: rgb(75,83,49); }

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

border-color css

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

 span { border-color: rgb(75,83,49); }

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