Html Css Color HEX #48693A Green House

📋 copy color: '#48693A'

red 72 ◦ green 105 ◦ blue 58

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

Shades of Green House #48693A

Tints of Green House #48693A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.68%

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

R = 30.64%
G = 44.68%
B = 24.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#48693A (or 0x48693A) is known color: Green House. HEX triplet: 48, 69 and 3A. RGB value is (72,105,58). Sum of RGB (Red+Green+Blue) = 72+105+58=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #48693A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48693A is #B796C5. Grayscale: #595959. Windows color (decimal): -12031686 or 3828040. OLE color: 3828040.

HSL color Cylindrical-coordinate representation of color #48693A: hue angle of 102.13º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48693A is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 58 -
CMYK 0.31 0 0.45 0.59
HSL 102.13º 0.29% 0.32% -
HSV(B) 102.13º 0.45% 0.41% -
XYZ 8.49 11.79 5.83 -
YUV 89.78 110.07 115.32 -
System Red Green Blue C M Y K H S L
Decimal 72 105 58 0.31 0 0.45 0.59 102.13 0.29 0.32
Hex 48 69 3A 1F 0 2D 3B 66 1D 20
Octal 110 151 72 37 0 55 73 146 35 40
Binary 1001000 1101001 111010 11111 0 101101 111011 1100110 11101 100000

Color Harmonies of #48693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48693A

Black with #48693A

Text Example


Text Example

White with #48693A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48693A; }

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

 H1.HeaderClassName
 {
   color: #48693A;
 }
 .AnyTagClassName
 {
   color: #48693A;
 }
</style>

background-color css

<style>
 a { background-color: #48693A; }

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

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

border-color css

<style>
 span { border-color: #48693A; }

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

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