Html Css Color HEX #4B5332 Kelp

📋 copy color: '#4B5332'

red 75 ◦ green 83 ◦ blue 50

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

Shades of Kelp #4B5332

Tints of Kelp #4B5332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.04%

R = 36.06%
G = 39.9%
B = 24.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#4B5332 (or 0x4B5332) is known color: Kelp. HEX triplet: 4B, 53 and 32. RGB value is (75,83,50). Sum of RGB (Red+Green+Blue) = 75+83+50=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #4B5332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5332 is #B4ACCD. Grayscale: #4C4C4C. Windows color (decimal): -11840718 or 3298123. OLE color: 3298123.

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

Color convert

RGB 75 83 50 -
CMYK 0.10 0 0.40 0.67
HSL 74.55º 0.25% 0.26% -
HSV(B) 74.55º 0.4% 0.33% -
XYZ 6.57 7.91 4.2 -
YUV 76.85 112.85 126.68 -
System Red Green Blue C M Y K H S L
Decimal 75 83 50 0.10 0 0.40 0.67 74.55 0.25 0.26
Hex 4B 53 32 A 0 28 43 4B 19 1A
Octal 113 123 62 12 0 50 103 113 31 32
Binary 1001011 1010011 110010 1010 0 101000 1000011 1001011 11001 11010

Color Harmonies of #4B5332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5332

Black with #4B5332

Text Example


Text Example

White with #4B5332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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