Html Css Color HEX #3A6735 Green House

📋 copy color: '#3A6735'

red 58 ◦ green 103 ◦ blue 53

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

Shades of Green House #3A6735

Tints of Green House #3A6735

RGB

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

 GREEN value IS 103 (40.63% from 255) = 48.13%

 BLUE value IS 53 (21.09% from 255) = 24.77%

R = 27.1%
G = 48.13%
B = 24.77%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#3A6735 (or 0x3A6735) is known color: Green House. HEX triplet: 3A, 67 and 35. RGB value is (58,103,53). Sum of RGB (Red+Green+Blue) = 58+103+53=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 103 - color contains mainly: green. Hex color #3A6735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6735 is #C598CA. Grayscale: #535353. Windows color (decimal): -12949707 or 3499834. OLE color: 3499834.

HSL color Cylindrical-coordinate representation of color #3A6735: hue angle of 114º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A6735 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB 58 103 53 -
CMYK 0.44 0 0.49 0.60
HSL 114º 0.32% 0.31% -
HSV(B) 114º 0.49% 0.4% -
XYZ 7.24 10.86 5.08 -
YUV 83.85 110.59 109.57 -
System Red Green Blue C M Y K H S L
Decimal 58 103 53 0.44 0 0.49 0.60 114 0.32 0.31
Hex 3A 67 35 2C 0 31 3C 72 20 1F
Octal 72 147 65 54 0 61 74 162 40 37
Binary 111010 1100111 110101 101100 0 110001 111100 1110010 100000 11111

Color Harmonies of #3A6735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6735

Black with #3A6735

Text Example


Text Example

White with #3A6735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,103,53); }

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

background-color css

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

 a { background-color: rgb(58,103,53); }

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

border-color css

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

 span { border-color: rgb(58,103,53); }

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