Html Css Color HEX #4C523A Kelp

📋 copy color: '#4C523A'

red 76 ◦ green 82 ◦ blue 58

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

Shades of Kelp #4C523A

Tints of Kelp #4C523A

RGB

 RED value IS 76 (30.08% from 255) = 35.19%

 GREEN value IS 82 (32.42% from 255) = 37.96%

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

R = 35.19%
G = 37.96%
B = 26.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.68

RGB Variations

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

Color information

#4C523A (or 0x4C523A) is known color: Kelp. HEX triplet: 4C, 52 and 3A. RGB value is (76,82,58). Sum of RGB (Red+Green+Blue) = 76+82+58=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 82 - color contains mainly: green. Hex color #4C523A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C523A is #B3ADC5. Grayscale: #4D4D4D. Windows color (decimal): -11775430 or 3822156. OLE color: 3822156.

HSL color Cylindrical-coordinate representation of color #4C523A: hue angle of 75º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C523A is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB 76 82 58 -
CMYK 0.07 0 0.29 0.68
HSL 75º 0.17% 0.27% -
HSV(B) 75º 0.29% 0.32% -
XYZ 6.76 7.88 5.17 -
YUV 77.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 76 82 58 0.07 0 0.29 0.68 75 0.17 0.27
Hex 4C 52 3A 7 0 1D 44 4B 11 1B
Octal 114 122 72 7 0 35 104 113 21 33
Binary 1001100 1010010 111010 111 0 11101 1000100 1001011 10001 11011

Color Harmonies of #4C523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C523A

Black with #4C523A

Text Example


Text Example

White with #4C523A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,82,58); }

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

background-color css

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

 a { background-color: rgb(76,82,58); }

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

border-color css

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

 span { border-color: rgb(76,82,58); }

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