Html Css Color HEX #3A5A35 Green House

📋 copy color: '#3A5A35'

red 58 ◦ green 90 ◦ blue 53

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

Shades of Green House #3A5A35

Tints of Green House #3A5A35

RGB

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

 GREEN value IS 90 (35.55% from 255) = 44.78%

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

R = 28.86%
G = 44.78%
B = 26.37%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#3A5A35 (or 0x3A5A35) is known color: Green House. HEX triplet: 3A, 5A and 35. RGB value is (58,90,53). Sum of RGB (Red+Green+Blue) = 58+90+53=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5A35 is #C5A5CA. Grayscale: #4C4C4C. Windows color (decimal): -12953035 or 3496506. OLE color: 3496506.

HSL color Cylindrical-coordinate representation of color #3A5A35: hue angle of 111.89º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A5A35 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 90 53 -
CMYK 0.36 0 0.41 0.65
HSL 111.89º 0.26% 0.28% -
HSV(B) 111.89º 0.41% 0.35% -
XYZ 6.04 8.47 4.68 -
YUV 76.21 114.9 115.01 -
System Red Green Blue C M Y K H S L
Decimal 58 90 53 0.36 0 0.41 0.65 111.89 0.26 0.28
Hex 3A 5A 35 24 0 29 41 70 1A 1C
Octal 72 132 65 44 0 51 101 160 32 34
Binary 111010 1011010 110101 100100 0 101001 1000001 1110000 11010 11100

Color Harmonies of #3A5A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5A35

Black with #3A5A35

Text Example


Text Example

White with #3A5A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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