Html Css Color HEX #345830 Green House

📋 copy color: '#345830'

red 52 ◦ green 88 ◦ blue 48

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

Shades of Green House #345830

Tints of Green House #345830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 46.81%

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

R = 27.66%
G = 46.81%
B = 25.53%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#345830 (or 0x345830) is known color: Green House. HEX triplet: 34, 58 and 30. RGB value is (52,88,48). Sum of RGB (Red+Green+Blue) = 52+88+48=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 88 - color contains mainly: green. Hex color #345830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345830 is #CBA7CF. Grayscale: #484848. Windows color (decimal): -13346768 or 3168308. OLE color: 3168308.

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

Color convert

RGB 52 88 48 -
CMYK 0.41 0 0.45 0.65
HSL 114º 0.29% 0.27% -
HSV(B) 114º 0.45% 0.35% -
XYZ 5.44 7.92 4.04 -
YUV 72.68 114.07 113.25 -
System Red Green Blue C M Y K H S L
Decimal 52 88 48 0.41 0 0.45 0.65 114 0.29 0.27
Hex 34 58 30 29 0 2D 41 72 1D 1B
Octal 64 130 60 51 0 55 101 162 35 33
Binary 110100 1011000 110000 101001 0 101101 1000001 1110010 11101 11011

Color Harmonies of #345830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345830

Black with #345830

Text Example


Text Example

White with #345830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345830; }

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

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

background-color css

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

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

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

border-color css

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

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

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