Html Css Color HEX #345A29 Green House

📋 copy color: '#345A29'

red 52 ◦ green 90 ◦ blue 41

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

Shades of Green House #345A29

Tints of Green House #345A29

RGB

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

 GREEN value IS 90 (35.55% from 255) = 49.18%

 BLUE value IS 41 (16.41% from 255) = 22.4%

R = 28.42%
G = 49.18%
B = 22.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#345A29 (or 0x345A29) is known color: Green House. HEX triplet: 34, 5A and 29. RGB value is (52,90,41). Sum of RGB (Red+Green+Blue) = 52+90+41=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 90 (35.55% from 255 or 49.18% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 90 - color contains mainly: green. Hex color #345A29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A29 is #CBA5D6. Grayscale: #494949. Windows color (decimal): -13346263 or 2710068. OLE color: 2710068.

HSL color Cylindrical-coordinate representation of color #345A29: hue angle of 106.53º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #345A29 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 90 41 -
CMYK 0.42 0 0.54 0.65
HSL 106.53º 0.37% 0.26% -
HSV(B) 106.53º 0.54% 0.35% -
XYZ 5.47 8.2 3.39 -
YUV 73.05 109.91 112.98 -
System Red Green Blue C M Y K H S L
Decimal 52 90 41 0.42 0 0.54 0.65 106.53 0.37 0.26
Hex 34 5A 29 2A 0 36 41 6B 25 1A
Octal 64 132 51 52 0 66 101 153 45 32
Binary 110100 1011010 101001 101010 0 110110 1000001 1101011 100101 11010

Color Harmonies of #345A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A29

Black with #345A29

Text Example


Text Example

White with #345A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345A29; }

 p { color: rgb(52,90,41); }

 H1.HeaderClassName
 {
   color: #345A29;
 }
 .AnyTagClassName
 {
   color: #345A29;
 }
</style>

background-color css

<style>
 a { background-color: #345A29; }

 a { background-color: rgb(52,90,41); }

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

border-color css

<style>
 span { border-color: #345A29; }

 span { border-color: rgb(52,90,41); }

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