Html Css Color HEX #3A6E28 Green House

📋 copy color: '#3A6E28'

red 58 ◦ green 110 ◦ blue 40

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

Shades of Green House #3A6E28

Tints of Green House #3A6E28

RGB

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

 GREEN value IS 110 (43.36% from 255) = 52.88%

 BLUE value IS 40 (16.02% from 255) = 19.23%

R = 27.88%
G = 52.88%
B = 19.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#3A6E28 (or 0x3A6E28) is known color: Green House. HEX triplet: 3A, 6E and 28. RGB value is (58,110,40). Sum of RGB (Red+Green+Blue) = 58+110+40=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 110 (43.36% from 255 or 52.88% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 110 - color contains mainly: green. Hex color #3A6E28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6E28 is #C591D7. Grayscale: #565656. Windows color (decimal): -12947928 or 2649658. OLE color: 2649658.

HSL color Cylindrical-coordinate representation of color #3A6E28: hue angle of 104.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A6E28 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.

Color convert

RGB 58 110 40 -
CMYK 0.47 0 0.64 0.57
HSL 104.57º 0.47% 0.29% -
HSV(B) 104.57º 0.64% 0.43% -
XYZ 7.7 12.2 3.96 -
YUV 86.47 101.77 107.69 -
System Red Green Blue C M Y K H S L
Decimal 58 110 40 0.47 0 0.64 0.57 104.57 0.47 0.29
Hex 3A 6E 28 2F 0 40 39 69 2F 1D
Octal 72 156 50 57 0 100 71 151 57 35
Binary 111010 1101110 101000 101111 0 1000000 111001 1101001 101111 11101

Color Harmonies of #3A6E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6E28

Black with #3A6E28

Text Example


Text Example

White with #3A6E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,110,40); }

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

background-color css

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

 a { background-color: rgb(58,110,40); }

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

border-color css

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

 span { border-color: rgb(58,110,40); }

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