Html Css Color HEX #4E5035 Waiouru

📋 copy color: '#4E5035'

red 78 ◦ green 80 ◦ blue 53

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

Shades of Waiouru #4E5035

Tints of Waiouru #4E5035

RGB

 RED value IS 78 (30.86% from 255) = 36.97%

 GREEN value IS 80 (31.64% from 255) = 37.91%

 BLUE value IS 53 (21.09% from 255) = 25.12%

R = 36.97%
G = 37.91%
B = 25.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#4E5035 (or 0x4E5035) is known color: Waiouru. HEX triplet: 4E, 50 and 35. RGB value is (78,80,53). Sum of RGB (Red+Green+Blue) = 78+80+53=211 (27% of max value = 765). Red value is 78 (30.86% from 255 or 36.97% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 80 - color contains mainly: green. Hex color #4E5035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5035 is #B1AFCA. Grayscale: #4C4C4C. Windows color (decimal): -11644875 or 3493966. OLE color: 3493966.

HSL color Cylindrical-coordinate representation of color #4E5035: hue angle of 64.44º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E5035 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 80 53 -
CMYK 0.02 0 0.34 0.69
HSL 64.44º 0.2% 0.26% -
HSV(B) 64.44º 0.34% 0.31% -
XYZ 6.65 7.61 4.49 -
YUV 76.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 78 80 53 0.02 0 0.34 0.69 64.44 0.2 0.26
Hex 4E 50 35 2 0 22 45 40 14 1A
Octal 116 120 65 2 0 42 105 100 24 32
Binary 1001110 1010000 110101 10 0 100010 1000101 1000000 10100 11010

Color Harmonies of #4E5035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5035

Black with #4E5035

Text Example


Text Example

White with #4E5035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,80,53); }

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

background-color css

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

 a { background-color: rgb(78,80,53); }

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

border-color css

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

 span { border-color: rgb(78,80,53); }

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