Html Css Color HEX #3A6C28 Green House

📋 copy color: '#3A6C28'

red 58 ◦ green 108 ◦ blue 40

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

Shades of Green House #3A6C28

Tints of Green House #3A6C28

RGB

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

 GREEN value IS 108 (42.58% from 255) = 52.43%

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

R = 28.16%
G = 52.43%
B = 19.42%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#3A6C28 (or 0x3A6C28) is known color: Green House. HEX triplet: 3A, 6C and 28. RGB value is (58,108,40). Sum of RGB (Red+Green+Blue) = 58+108+40=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 108 (42.58% from 255 or 52.43% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 108 - color contains mainly: green. Hex color #3A6C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6C28 is #C593D7. Grayscale: #555555. Windows color (decimal): -12948440 or 2649146. OLE color: 2649146.

HSL color Cylindrical-coordinate representation of color #3A6C28: hue angle of 104.12º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A6C28 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB 58 108 40 -
CMYK 0.46 0 0.63 0.58
HSL 104.12º 0.46% 0.29% -
HSV(B) 104.12º 0.63% 0.42% -
XYZ 7.49 11.78 3.89 -
YUV 85.3 102.44 108.53 -
System Red Green Blue C M Y K H S L
Decimal 58 108 40 0.46 0 0.63 0.58 104.12 0.46 0.29
Hex 3A 6C 28 2E 0 3F 3A 68 2E 1D
Octal 72 154 50 56 0 77 72 150 56 35
Binary 111010 1101100 101000 101110 0 111111 111010 1101000 101110 11101

Color Harmonies of #3A6C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6C28

Black with #3A6C28

Text Example


Text Example

White with #3A6C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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