Html Css Color HEX #346319 Green House

📋 copy color: '#346319'

red 52 ◦ green 99 ◦ blue 25

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

Shades of Green House #346319

Tints of Green House #346319

RGB

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

 GREEN value IS 99 (39.06% from 255) = 56.25%

 BLUE value IS 25 (10.16% from 255) = 14.2%

R = 29.55%
G = 56.25%
B = 14.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#346319 (or 0x346319) is known color: Green House. HEX triplet: 34, 63 and 19. RGB value is (52,99,25). Sum of RGB (Red+Green+Blue) = 52+99+25=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 99 (39.06% from 255 or 56.25% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 99 - color contains mainly: green. Hex color #346319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346319 is #CB9CE6. Grayscale: #4C4C4C. Windows color (decimal): -13343975 or 1663796. OLE color: 1663796.

HSL color Cylindrical-coordinate representation of color #346319: hue angle of 98.11º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #346319 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 99 25 -
CMYK 0.47 0 0.75 0.61
HSL 98.11º 0.6% 0.24% -
HSV(B) 98.11º 0.75% 0.39% -
XYZ 6.05 9.72 2.48 -
YUV 76.51 98.93 110.52 -
System Red Green Blue C M Y K H S L
Decimal 52 99 25 0.47 0 0.75 0.61 98.11 0.6 0.24
Hex 34 63 19 2F 0 4B 3D 62 3C 18
Octal 64 143 31 57 0 113 75 142 74 30
Binary 110100 1100011 11001 101111 0 1001011 111101 1100010 111100 11000

Color Harmonies of #346319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346319

Black with #346319

Text Example


Text Example

White with #346319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346319; }

 p { color: rgb(52,99,25); }

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

background-color css

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

 a { background-color: rgb(52,99,25); }

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

border-color css

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

 span { border-color: rgb(52,99,25); }

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