Html Css Color HEX #4A4C3B Kelp

📋 copy color: '#4A4C3B'

red 74 ◦ green 76 ◦ blue 59

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

Shades of Kelp #4A4C3B

Tints of Kelp #4A4C3B

RGB

 RED value IS 74 (29.3% from 255) = 35.41%

 GREEN value IS 76 (30.08% from 255) = 36.36%

 BLUE value IS 59 (23.44% from 255) = 28.23%

R = 35.41%
G = 36.36%
B = 28.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4A4C3B (or 0x4A4C3B) is known color: Kelp. HEX triplet: 4A, 4C and 3B. RGB value is (74,76,59). Sum of RGB (Red+Green+Blue) = 74+76+59=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 76 - color contains mainly: green. Hex color #4A4C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4C3B is #B5B3C4. Grayscale: #494949. Windows color (decimal): -11908037 or 3886154. OLE color: 3886154.

HSL color Cylindrical-coordinate representation of color #4A4C3B: hue angle of 67.06º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4A4C3B is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB 74 76 59 -
CMYK 0.03 0 0.22 0.70
HSL 67.06º 0.13% 0.26% -
HSV(B) 67.06º 0.22% 0.3% -
XYZ 6.2 6.94 5.15 -
YUV 73.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 74 76 59 0.03 0 0.22 0.70 67.06 0.13 0.26
Hex 4A 4C 3B 3 0 16 46 43 D 1A
Octal 112 114 73 3 0 26 106 103 15 32
Binary 1001010 1001100 111011 11 0 10110 1000110 1000011 1101 11010

Color Harmonies of #4A4C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4C3B

Black with #4A4C3B

Text Example


Text Example

White with #4A4C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,76,59); }

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

background-color css

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

 a { background-color: rgb(74,76,59); }

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

border-color css

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

 span { border-color: rgb(74,76,59); }

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