Html Css Color HEX #486C3A Green House

📋 copy color: '#486C3A'

red 72 ◦ green 108 ◦ blue 58

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

Shades of Green House #486C3A

Tints of Green House #486C3A

RGB

 RED value IS 72 (28.52% from 255) = 30.25%

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

 BLUE value IS 58 (23.05% from 255) = 24.37%

R = 30.25%
G = 45.38%
B = 24.37%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#486C3A (or 0x486C3A) is known color: Green House. HEX triplet: 48, 6C and 3A. RGB value is (72,108,58). Sum of RGB (Red+Green+Blue) = 72+108+58=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 108 (42.58% from 255 or 45.38% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 108 - color contains mainly: green. Hex color #486C3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486C3A is #B793C5. Grayscale: #5B5B5B. Windows color (decimal): -12030918 or 3828808. OLE color: 3828808.

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

Color convert

RGB 72 108 58 -
CMYK 0.33 0 0.46 0.58
HSL 103.2º 0.3% 0.33% -
HSV(B) 103.2º 0.46% 0.42% -
XYZ 8.8 12.41 5.93 -
YUV 91.54 109.07 114.07 -
System Red Green Blue C M Y K H S L
Decimal 72 108 58 0.33 0 0.46 0.58 103.2 0.3 0.33
Hex 48 6C 3A 21 0 2E 3A 67 1E 21
Octal 110 154 72 41 0 56 72 147 36 41
Binary 1001000 1101100 111010 100001 0 101110 111010 1100111 11110 100001

Color Harmonies of #486C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486C3A

Black with #486C3A

Text Example


Text Example

White with #486C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486C3A; }

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

 H1.HeaderClassName
 {
   color: #486C3A;
 }
 .AnyTagClassName
 {
   color: #486C3A;
 }
</style>

background-color css

<style>
 a { background-color: #486C3A; }

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

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

border-color css

<style>
 span { border-color: #486C3A; }

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

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