Html Css Color HEX #386527 Green House

📋 copy color: '#386527'

red 56 ◦ green 101 ◦ blue 39

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

Shades of Green House #386527

Tints of Green House #386527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.9%

R = 28.57%
G = 51.53%
B = 19.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#386527 (or 0x386527) is known color: Green House. HEX triplet: 38, 65 and 27. RGB value is (56,101,39). Sum of RGB (Red+Green+Blue) = 56+101+39=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 101 (39.84% from 255 or 51.53% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 101 - color contains mainly: green. Hex color #386527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386527 is #C79AD8. Grayscale: #505050. Windows color (decimal): -13081305 or 2581816. OLE color: 2581816.

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

Color convert

RGB 56 101 39 -
CMYK 0.45 0 0.61 0.60
HSL 103.55º 0.44% 0.27% -
HSV(B) 103.55º 0.61% 0.4% -
XYZ 6.65 10.29 3.56 -
YUV 80.48 104.59 110.54 -
System Red Green Blue C M Y K H S L
Decimal 56 101 39 0.45 0 0.61 0.60 103.55 0.44 0.27
Hex 38 65 27 2D 0 3D 3C 68 2C 1B
Octal 70 145 47 55 0 75 74 150 54 33
Binary 111000 1100101 100111 101101 0 111101 111100 1101000 101100 11011

Color Harmonies of #386527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386527

Black with #386527

Text Example


Text Example

White with #386527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386527; }

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

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

background-color css

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

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

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

border-color css

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

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

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