Html Css Color HEX #4E5234 Waiouru

📋 copy color: '#4E5234'

red 78 ◦ green 82 ◦ blue 52

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

Shades of Waiouru #4E5234

Tints of Waiouru #4E5234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.53%

R = 36.79%
G = 38.68%
B = 24.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#4E5234 (or 0x4E5234) is known color: Waiouru. HEX triplet: 4E, 52 and 34. RGB value is (78,82,52). Sum of RGB (Red+Green+Blue) = 78+82+52=212 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.79% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 82 - color contains mainly: green. Hex color #4E5234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5234 is #B1ADCB. Grayscale: #4D4D4D. Windows color (decimal): -11644364 or 3428942. OLE color: 3428942.

HSL color Cylindrical-coordinate representation of color #4E5234: hue angle of 68º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E5234 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB 78 82 52 -
CMYK 0.05 0 0.37 0.68
HSL 68º 0.22% 0.26% -
HSV(B) 68º 0.37% 0.32% -
XYZ 6.78 7.9 4.42 -
YUV 77.38 113.67 128.44 -
System Red Green Blue C M Y K H S L
Decimal 78 82 52 0.05 0 0.37 0.68 68 0.22 0.26
Hex 4E 52 34 5 0 25 44 44 16 1A
Octal 116 122 64 5 0 45 104 104 26 32
Binary 1001110 1010010 110100 101 0 100101 1000100 1000100 10110 11010

Color Harmonies of #4E5234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5234

Black with #4E5234

Text Example


Text Example

White with #4E5234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,82,52); }

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

background-color css

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

 a { background-color: rgb(78,82,52); }

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

border-color css

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

 span { border-color: rgb(78,82,52); }

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