Html Css Color HEX #386230 Green House

📋 copy color: '#386230'

red 56 ◦ green 98 ◦ blue 48

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

Shades of Green House #386230

Tints of Green House #386230

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.51%

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

R = 27.72%
G = 48.51%
B = 23.76%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#386230 (or 0x386230) is known color: Green House. HEX triplet: 38, 62 and 30. RGB value is (56,98,48). Sum of RGB (Red+Green+Blue) = 56+98+48=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #386230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386230 is #C79DCF. Grayscale: #4F4F4F. Windows color (decimal): -13082064 or 3170872. OLE color: 3170872.

HSL color Cylindrical-coordinate representation of color #386230: hue angle of 110.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #386230 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 98 48 -
CMYK 0.43 0 0.51 0.62
HSL 110.4º 0.34% 0.29% -
HSV(B) 110.4º 0.51% 0.38% -
XYZ 6.53 9.79 4.34 -
YUV 79.74 110.09 111.07 -
System Red Green Blue C M Y K H S L
Decimal 56 98 48 0.43 0 0.51 0.62 110.4 0.34 0.29
Hex 38 62 30 2B 0 33 3E 6E 22 1D
Octal 70 142 60 53 0 63 76 156 42 35
Binary 111000 1100010 110000 101011 0 110011 111110 1101110 100010 11101

Color Harmonies of #386230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386230

Black with #386230

Text Example


Text Example

White with #386230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386230; }

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

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

background-color css

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

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

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

border-color css

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

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

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