Html Css Color HEX #3A6336 Green House

📋 copy color: '#3A6336'

red 58 ◦ green 99 ◦ blue 54

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

Shades of Green House #3A6336

Tints of Green House #3A6336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25.59%

R = 27.49%
G = 46.92%
B = 25.59%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.45

 K value IS 0.61

RGB Variations

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

Color information

#3A6336 (or 0x3A6336) is known color: Green House. HEX triplet: 3A, 63 and 36. RGB value is (58,99,54). Sum of RGB (Red+Green+Blue) = 58+99+54=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #3A6336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6336 is #C59CC9. Grayscale: #515151. Windows color (decimal): -12950730 or 3564346. OLE color: 3564346.

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

Color convert

RGB 58 99 54 -
CMYK 0.41 0 0.45 0.61
HSL 114.67º 0.29% 0.3% -
HSV(B) 114.67º 0.45% 0.39% -
XYZ 6.87 10.09 5.08 -
YUV 81.61 112.42 111.16 -
System Red Green Blue C M Y K H S L
Decimal 58 99 54 0.41 0 0.45 0.61 114.67 0.29 0.3
Hex 3A 63 36 29 0 2D 3D 73 1D 1E
Octal 72 143 66 51 0 55 75 163 35 36
Binary 111010 1100011 110110 101001 0 101101 111101 1110011 11101 11110

Color Harmonies of #3A6336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6336

Black with #3A6336

Text Example


Text Example

White with #3A6336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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