Html Css Color HEX #386830 Green House

📋 copy color: '#386830'

red 56 ◦ green 104 ◦ blue 48

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

Shades of Green House #386830

Tints of Green House #386830

RGB

 RED value IS 56 (22.27% from 255) = 26.92%

 GREEN value IS 104 (41.02% from 255) = 50%

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

R = 26.92%
G = 50%
B = 23.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#386830 (or 0x386830) is known color: Green House. HEX triplet: 38, 68 and 30. RGB value is (56,104,48). Sum of RGB (Red+Green+Blue) = 56+104+48=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 104 - color contains mainly: green. Hex color #386830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386830 is #C797CF. Grayscale: #535353. Windows color (decimal): -13080528 or 3172408. OLE color: 3172408.

HSL color Cylindrical-coordinate representation of color #386830: hue angle of 111.43º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #386830 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 104 48 -
CMYK 0.46 0 0.54 0.59
HSL 111.43º 0.37% 0.3% -
HSV(B) 111.43º 0.54% 0.41% -
XYZ 7.11 10.95 4.54 -
YUV 83.26 108.1 108.55 -
System Red Green Blue C M Y K H S L
Decimal 56 104 48 0.46 0 0.54 0.59 111.43 0.37 0.3
Hex 38 68 30 2E 0 36 3B 6F 25 1E
Octal 70 150 60 56 0 66 73 157 45 36
Binary 111000 1101000 110000 101110 0 110110 111011 1101111 100101 11110

Color Harmonies of #386830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386830

Black with #386830

Text Example


Text Example

White with #386830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386830; }

 p { color: rgb(56,104,48); }

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

background-color css

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

 a { background-color: rgb(56,104,48); }

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

border-color css

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

 span { border-color: rgb(56,104,48); }

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