Html Css Color HEX #346030 Green House

📋 copy color: '#346030'

red 52 ◦ green 96 ◦ blue 48

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

Shades of Green House #346030

Tints of Green House #346030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.98%

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

R = 26.53%
G = 48.98%
B = 24.49%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#346030 (or 0x346030) is known color: Green House. HEX triplet: 34, 60 and 30. RGB value is (52,96,48). Sum of RGB (Red+Green+Blue) = 52+96+48=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #346030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346030 is #CB9FCF. Grayscale: #4D4D4D. Windows color (decimal): -13344720 or 3170356. OLE color: 3170356.

HSL color Cylindrical-coordinate representation of color #346030: hue angle of 115º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346030 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 96 48 -
CMYK 0.46 0 0.50 0.62
HSL 115º 0.33% 0.28% -
HSV(B) 115º 0.5% 0.38% -
XYZ 6.13 9.31 4.27 -
YUV 77.37 111.42 109.9 -
System Red Green Blue C M Y K H S L
Decimal 52 96 48 0.46 0 0.50 0.62 115 0.33 0.28
Hex 34 60 30 2E 0 32 3E 73 21 1C
Octal 64 140 60 56 0 62 76 163 41 34
Binary 110100 1100000 110000 101110 0 110010 111110 1110011 100001 11100

Color Harmonies of #346030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346030

Black with #346030

Text Example


Text Example

White with #346030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346030; }

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

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

background-color css

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

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

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

border-color css

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

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

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