Html Css Color HEX #3A6332 Green House

📋 copy color: '#3A6332'

red 58 ◦ green 99 ◦ blue 50

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

Shades of Green House #3A6332

Tints of Green House #3A6332

RGB

 RED value IS 58 (23.05% from 255) = 28.02%

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

 BLUE value IS 50 (19.92% from 255) = 24.15%

R = 28.02%
G = 47.83%
B = 24.15%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#3A6332 (or 0x3A6332) is known color: Green House. HEX triplet: 3A, 63 and 32. RGB value is (58,99,50). Sum of RGB (Red+Green+Blue) = 58+99+50=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 99 (39.06% from 255 or 47.83% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 99 - color contains mainly: green. Hex color #3A6332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6332 is #C59CCD. Grayscale: #515151. Windows color (decimal): -12950734 or 3302202. OLE color: 3302202.

HSL color Cylindrical-coordinate representation of color #3A6332: hue angle of 110.2º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A6332 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB 58 99 50 -
CMYK 0.41 0 0.49 0.61
HSL 110.2º 0.33% 0.29% -
HSV(B) 110.2º 0.49% 0.39% -
XYZ 6.78 10.05 4.6 -
YUV 81.16 110.42 111.48 -
System Red Green Blue C M Y K H S L
Decimal 58 99 50 0.41 0 0.49 0.61 110.2 0.33 0.29
Hex 3A 63 32 29 0 31 3D 6E 21 1D
Octal 72 143 62 51 0 61 75 156 41 35
Binary 111010 1100011 110010 101001 0 110001 111101 1101110 100001 11101

Color Harmonies of #3A6332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6332

Black with #3A6332

Text Example


Text Example

White with #3A6332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A6332; }

 p { color: rgb(58,99,50); }

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

background-color css

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

 a { background-color: rgb(58,99,50); }

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

border-color css

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

 span { border-color: rgb(58,99,50); }

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