Html Css Color HEX #3A6326 Green House

📋 copy color: '#3A6326'

red 58 ◦ green 99 ◦ blue 38

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

Shades of Green House #3A6326

Tints of Green House #3A6326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.49%

R = 29.74%
G = 50.77%
B = 19.49%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#3A6326 (or 0x3A6326) is known color: Green House. HEX triplet: 3A, 63 and 26. RGB value is (58,99,38). Sum of RGB (Red+Green+Blue) = 58+99+38=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #3A6326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6326 is #C59CD9. Grayscale: #4F4F4F. Windows color (decimal): -12950746 or 2515770. OLE color: 2515770.

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

Color convert

RGB 58 99 38 -
CMYK 0.41 0 0.62 0.61
HSL 100.33º 0.45% 0.27% -
HSV(B) 100.33º 0.62% 0.39% -
XYZ 6.56 9.96 3.41 -
YUV 79.79 104.42 112.46 -
System Red Green Blue C M Y K H S L
Decimal 58 99 38 0.41 0 0.62 0.61 100.33 0.45 0.27
Hex 3A 63 26 29 0 3E 3D 64 2D 1B
Octal 72 143 46 51 0 76 75 144 55 33
Binary 111010 1100011 100110 101001 0 111110 111101 1100100 101101 11011

Color Harmonies of #3A6326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6326

Black with #3A6326

Text Example


Text Example

White with #3A6326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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