Html Css Color HEX #3A6C30 Green House

📋 copy color: '#3A6C30'

red 58 ◦ green 108 ◦ blue 48

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

Shades of Green House #3A6C30

Tints of Green House #3A6C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.43%

R = 27.1%
G = 50.47%
B = 22.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#3A6C30 (or 0x3A6C30) is known color: Green House. HEX triplet: 3A, 6C and 30. RGB value is (58,108,48). Sum of RGB (Red+Green+Blue) = 58+108+48=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 108 (42.58% from 255 or 50.47% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 108 - color contains mainly: green. Hex color #3A6C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6C30 is #C593CF. Grayscale: #565656. Windows color (decimal): -12948432 or 3173434. OLE color: 3173434.

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

Color convert

RGB 58 108 48 -
CMYK 0.46 0 0.56 0.58
HSL 110º 0.38% 0.31% -
HSV(B) 110º 0.56% 0.42% -
XYZ 7.64 11.84 4.68 -
YUV 86.21 106.44 107.88 -
System Red Green Blue C M Y K H S L
Decimal 58 108 48 0.46 0 0.56 0.58 110 0.38 0.31
Hex 3A 6C 30 2E 0 38 3A 6E 26 1F
Octal 72 154 60 56 0 70 72 156 46 37
Binary 111010 1101100 110000 101110 0 111000 111010 1101110 100110 11111

Color Harmonies of #3A6C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6C30

Black with #3A6C30

Text Example


Text Example

White with #3A6C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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