Html Css Color HEX #486B3A Green House

📋 copy color: '#486B3A'

red 72 ◦ green 107 ◦ blue 58

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

Shades of Green House #486B3A

Tints of Green House #486B3A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.15%

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

R = 30.38%
G = 45.15%
B = 24.47%

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

#486B3A (or 0x486B3A) is known color: Green House. HEX triplet: 48, 6B and 3A. RGB value is (72,107,58). Sum of RGB (Red+Green+Blue) = 72+107+58=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 107 (42.19% from 255 or 45.15% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 107 - color contains mainly: green. Hex color #486B3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486B3A is #B794C5. Grayscale: #5B5B5B. Windows color (decimal): -12031174 or 3828552. OLE color: 3828552.

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

Color convert

RGB 72 107 58 -
CMYK 0.33 0 0.46 0.58
HSL 102.86º 0.3% 0.32% -
HSV(B) 102.86º 0.46% 0.42% -
XYZ 8.69 12.2 5.9 -
YUV 90.95 109.4 114.48 -
System Red Green Blue C M Y K H S L
Decimal 72 107 58 0.33 0 0.46 0.58 102.86 0.3 0.32
Hex 48 6B 3A 21 0 2E 3A 67 1E 20
Octal 110 153 72 41 0 56 72 147 36 40
Binary 1001000 1101011 111010 100001 0 101110 111010 1100111 11110 100000

Color Harmonies of #486B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486B3A

Black with #486B3A

Text Example


Text Example

White with #486B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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