Html Css Color HEX #34361A Green Waterloo

📋 copy color: '#34361A'

red 52 ◦ green 54 ◦ blue 26

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

Shades of Green Waterloo #34361A

Tints of Green Waterloo #34361A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.7%

R = 39.39%
G = 40.91%
B = 19.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.79

RGB Variations

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

Color information

#34361A (or 0x34361A) is known color: Green Waterloo. HEX triplet: 34, 36 and 1A. RGB value is (52,54,26). Sum of RGB (Red+Green+Blue) = 52+54+26=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 54 - color contains mainly: green. Hex color #34361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34361A is #CBC9E5. Grayscale: #323232. Windows color (decimal): -13355494 or 1717812. OLE color: 1717812.

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

Color convert

RGB 52 54 26 -
CMYK 0.04 0 0.52 0.79
HSL 64.29º 0.35% 0.16% -
HSV(B) 64.29º 0.52% 0.21% -
XYZ 2.92 3.44 1.49 -
YUV 50.21 114.34 129.28 -
System Red Green Blue C M Y K H S L
Decimal 52 54 26 0.04 0 0.52 0.79 64.29 0.35 0.16
Hex 34 36 1A 4 0 34 4F 40 23 10
Octal 64 66 32 4 0 64 117 100 43 20
Binary 110100 110110 11010 100 0 110100 1001111 1000000 100011 10000

Color Harmonies of #34361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34361A

Black with #34361A

Text Example


Text Example

White with #34361A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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