Html Css Color HEX #386526 Green House

📋 copy color: '#386526'

red 56 ◦ green 101 ◦ blue 38

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

Shades of Green House #386526

Tints of Green House #386526

RGB

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

 GREEN value IS 101 (39.84% from 255) = 51.79%

 BLUE value IS 38 (15.23% from 255) = 19.49%

R = 28.72%
G = 51.79%
B = 19.49%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#386526 (or 0x386526) is known color: Green House. HEX triplet: 38, 65 and 26. RGB value is (56,101,38). Sum of RGB (Red+Green+Blue) = 56+101+38=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #386526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386526 is #C79AD9. Grayscale: #505050. Windows color (decimal): -13081306 or 2516280. OLE color: 2516280.

HSL color Cylindrical-coordinate representation of color #386526: hue angle of 102.86º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #386526 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 101 38 -
CMYK 0.45 0 0.62 0.60
HSL 102.86º 0.45% 0.27% -
HSV(B) 102.86º 0.62% 0.4% -
XYZ 6.63 10.29 3.47 -
YUV 80.36 104.09 110.62 -
System Red Green Blue C M Y K H S L
Decimal 56 101 38 0.45 0 0.62 0.60 102.86 0.45 0.27
Hex 38 65 26 2D 0 3E 3C 67 2D 1B
Octal 70 145 46 55 0 76 74 147 55 33
Binary 111000 1100101 100110 101101 0 111110 111100 1100111 101101 11011

Color Harmonies of #386526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386526

Black with #386526

Text Example


Text Example

White with #386526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386526; }

 p { color: rgb(56,101,38); }

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

background-color css

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

 a { background-color: rgb(56,101,38); }

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

border-color css

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

 span { border-color: rgb(56,101,38); }

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