Html Css Color HEX #345930 Green House

📋 copy color: '#345930'

red 52 ◦ green 89 ◦ blue 48

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

Shades of Green House #345930

Tints of Green House #345930

RGB

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

 GREEN value IS 89 (35.16% from 255) = 47.09%

 BLUE value IS 48 (19.14% from 255) = 25.4%

R = 27.51%
G = 47.09%
B = 25.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#345930 (or 0x345930) is known color: Green House. HEX triplet: 34, 59 and 30. RGB value is (52,89,48). Sum of RGB (Red+Green+Blue) = 52+89+48=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 89 - color contains mainly: green. Hex color #345930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345930 is #CBA6CF. Grayscale: #494949. Windows color (decimal): -13346512 or 3168564. OLE color: 3168564.

HSL color Cylindrical-coordinate representation of color #345930: hue angle of 114.15º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #345930 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 89 48 -
CMYK 0.42 0 0.46 0.65
HSL 114.15º 0.3% 0.27% -
HSV(B) 114.15º 0.46% 0.35% -
XYZ 5.52 8.09 4.07 -
YUV 73.26 113.74 112.83 -
System Red Green Blue C M Y K H S L
Decimal 52 89 48 0.42 0 0.46 0.65 114.15 0.3 0.27
Hex 34 59 30 2A 0 2E 41 72 1E 1B
Octal 64 131 60 52 0 56 101 162 36 33
Binary 110100 1011001 110000 101010 0 101110 1000001 1110010 11110 11011

Color Harmonies of #345930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345930

Black with #345930

Text Example


Text Example

White with #345930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345930; }

 p { color: rgb(52,89,48); }

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

background-color css

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

 a { background-color: rgb(52,89,48); }

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

border-color css

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

 span { border-color: rgb(52,89,48); }

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