Html Css Color HEX #346325 Green House

📋 copy color: '#346325'

red 52 ◦ green 99 ◦ blue 37

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

Shades of Green House #346325

Tints of Green House #346325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.68%

R = 27.66%
G = 52.66%
B = 19.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#346325 (or 0x346325) is known color: Green House. HEX triplet: 34, 63 and 25. RGB value is (52,99,37). Sum of RGB (Red+Green+Blue) = 52+99+37=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #346325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346325 is #CB9CDA. Grayscale: #4E4E4E. Windows color (decimal): -13343963 or 2450228. OLE color: 2450228.

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

Color convert

RGB 52 99 37 -
CMYK 0.47 0 0.63 0.61
HSL 105.48º 0.46% 0.27% -
HSV(B) 105.48º 0.63% 0.39% -
XYZ 6.21 9.79 3.31 -
YUV 77.88 104.93 109.54 -
System Red Green Blue C M Y K H S L
Decimal 52 99 37 0.47 0 0.63 0.61 105.48 0.46 0.27
Hex 34 63 25 2F 0 3F 3D 69 2E 1B
Octal 64 143 45 57 0 77 75 151 56 33
Binary 110100 1100011 100101 101111 0 111111 111101 1101001 101110 11011

Color Harmonies of #346325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346325

Black with #346325

Text Example


Text Example

White with #346325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346325; }

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

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

background-color css

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

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

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

border-color css

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

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

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