Html Css Color HEX #4C694B Nandor

📋 copy color: '#4C694B'

red 76 ◦ green 105 ◦ blue 75

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

Shades of Nandor #4C694B

Tints of Nandor #4C694B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.02%

 BLUE value IS 75 (29.69% from 255) = 29.3%

R = 29.69%
G = 41.02%
B = 29.3%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#4C694B (or 0x4C694B) is known color: Nandor. HEX triplet: 4C, 69 and 4B. RGB value is (76,105,75). Sum of RGB (Red+Green+Blue) = 76+105+75=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 105 - color contains mainly: green. Hex color #4C694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C694B is #B396B4. Grayscale: #5D5D5D. Windows color (decimal): -11769525 or 4942156. OLE color: 4942156.

HSL color Cylindrical-coordinate representation of color #4C694B: hue angle of 118º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C694B is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 76 105 75 -
CMYK 0.28 0 0.29 0.59
HSL 118º 0.17% 0.35% -
HSV(B) 118º 0.29% 0.41% -
XYZ 9.3 12.15 8.51 -
YUV 92.91 117.89 115.94 -
System Red Green Blue C M Y K H S L
Decimal 76 105 75 0.28 0 0.29 0.59 118 0.17 0.35
Hex 4C 69 4B 1C 0 1D 3B 76 11 23
Octal 114 151 113 34 0 35 73 166 21 43
Binary 1001100 1101001 1001011 11100 0 11101 111011 1110110 10001 100011

Color Harmonies of #4C694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C694B

Black with #4C694B

Text Example


Text Example

White with #4C694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,105,75); }

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

background-color css

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

 a { background-color: rgb(76,105,75); }

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

border-color css

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

 span { border-color: rgb(76,105,75); }

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