Html Css Color HEX #34361E Green Waterloo

📋 copy color: '#34361E'

red 52 ◦ green 54 ◦ blue 30

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

Shades of Green Waterloo #34361E

Tints of Green Waterloo #34361E

RGB

 RED value IS 52 (20.7% from 255) = 38.24%

 GREEN value IS 54 (21.48% from 255) = 39.71%

 BLUE value IS 30 (12.11% from 255) = 22.06%

R = 38.24%
G = 39.71%
B = 22.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.79

RGB Variations

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

Color information

#34361E (or 0x34361E) is known color: Green Waterloo. HEX triplet: 34, 36 and 1E. RGB value is (52,54,30). Sum of RGB (Red+Green+Blue) = 52+54+30=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 54 - color contains mainly: green. Hex color #34361E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34361E is #CBC9E1. Grayscale: #323232. Windows color (decimal): -13355490 or 1979956. OLE color: 1979956.

HSL color Cylindrical-coordinate representation of color #34361E: hue angle of 65º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #34361E is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.79.

Color convert

RGB 52 54 30 -
CMYK 0.04 0 0.44 0.79
HSL 65º 0.29% 0.16% -
HSV(B) 65º 0.44% 0.21% -
XYZ 2.97 3.46 1.74 -
YUV 50.67 116.34 128.95 -
System Red Green Blue C M Y K H S L
Decimal 52 54 30 0.04 0 0.44 0.79 65 0.29 0.16
Hex 34 36 1E 4 0 2C 4F 41 1D 10
Octal 64 66 36 4 0 54 117 101 35 20
Binary 110100 110110 11110 100 0 101100 1001111 1000001 11101 10000

Color Harmonies of #34361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34361E

Black with #34361E

Text Example


Text Example

White with #34361E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34361E; }

 p { color: rgb(52,54,30); }

 H1.HeaderClassName
 {
   color: #34361E;
 }
 .AnyTagClassName
 {
   color: #34361E;
 }
</style>

background-color css

<style>
 a { background-color: #34361E; }

 a { background-color: rgb(52,54,30); }

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

border-color css

<style>
 span { border-color: #34361E; }

 span { border-color: rgb(52,54,30); }

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