Html Css Color HEX #4C5430 Kelp

📋 copy color: '#4C5430'

red 76 ◦ green 84 ◦ blue 48

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

Shades of Kelp #4C5430

Tints of Kelp #4C5430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.38%

 BLUE value IS 48 (19.14% from 255) = 23.08%

R = 36.54%
G = 40.38%
B = 23.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#4C5430 (or 0x4C5430) is known color: Kelp. HEX triplet: 4C, 54 and 30. RGB value is (76,84,48). Sum of RGB (Red+Green+Blue) = 76+84+48=208 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.54% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #4C5430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5430 is #B3ABCF. Grayscale: #4D4D4D. Windows color (decimal): -11774928 or 3167308. OLE color: 3167308.

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

Color convert

RGB 76 84 48 -
CMYK 0.10 0 0.43 0.67
HSL 73.33º 0.27% 0.26% -
HSV(B) 73.33º 0.43% 0.33% -
XYZ 6.68 8.09 4.01 -
YUV 77.5 111.35 126.93 -
System Red Green Blue C M Y K H S L
Decimal 76 84 48 0.10 0 0.43 0.67 73.33 0.27 0.26
Hex 4C 54 30 A 0 2B 43 49 1B 1A
Octal 114 124 60 12 0 53 103 111 33 32
Binary 1001100 1010100 110000 1010 0 101011 1000011 1001001 11011 11010

Color Harmonies of #4C5430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5430

Black with #4C5430

Text Example


Text Example

White with #4C5430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,84,48); }

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

background-color css

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

 a { background-color: rgb(76,84,48); }

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

border-color css

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

 span { border-color: rgb(76,84,48); }

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