Html Css Color HEX #3A6335 Green House

📋 copy color: '#3A6335'

red 58 ◦ green 99 ◦ blue 53

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

Shades of Green House #3A6335

Tints of Green House #3A6335

RGB

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

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

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

R = 27.62%
G = 47.14%
B = 25.24%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.46

 K value IS 0.61

RGB Variations

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

Color information

#3A6335 (or 0x3A6335) is known color: Green House. HEX triplet: 3A, 63 and 35. RGB value is (58,99,53). Sum of RGB (Red+Green+Blue) = 58+99+53=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #3A6335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6335 is #C59CCA. Grayscale: #515151. Windows color (decimal): -12950731 or 3498810. OLE color: 3498810.

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

Color convert

RGB 58 99 53 -
CMYK 0.41 0 0.46 0.61
HSL 113.48º 0.3% 0.3% -
HSV(B) 113.48º 0.46% 0.39% -
XYZ 6.85 10.08 4.95 -
YUV 81.5 111.92 111.24 -
System Red Green Blue C M Y K H S L
Decimal 58 99 53 0.41 0 0.46 0.61 113.48 0.3 0.3
Hex 3A 63 35 29 0 2E 3D 71 1E 1E
Octal 72 143 65 51 0 56 75 161 36 36
Binary 111010 1100011 110101 101001 0 101110 111101 1110001 11110 11110

Color Harmonies of #3A6335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6335

Black with #3A6335

Text Example


Text Example

White with #3A6335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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