Html Css Color HEX #386A25 Green House

📋 copy color: '#386A25'

red 56 ◦ green 106 ◦ blue 37

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

Shades of Green House #386A25

Tints of Green House #386A25

RGB

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

 GREEN value IS 106 (41.8% from 255) = 53.27%

 BLUE value IS 37 (14.84% from 255) = 18.59%

R = 28.14%
G = 53.27%
B = 18.59%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#386A25 (or 0x386A25) is known color: Green House. HEX triplet: 38, 6A and 25. RGB value is (56,106,37). Sum of RGB (Red+Green+Blue) = 56+106+37=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 106 (41.80% from 255 or 53.27% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 106 - color contains mainly: green. Hex color #386A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386A25 is #C795DA. Grayscale: #535353. Windows color (decimal): -13080027 or 2452024. OLE color: 2452024.

HSL color Cylindrical-coordinate representation of color #386A25: hue angle of 103.48º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #386A25 is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 106 37 -
CMYK 0.47 0 0.65 0.58
HSL 103.48º 0.48% 0.28% -
HSV(B) 103.48º 0.65% 0.42% -
XYZ 7.12 11.28 3.55 -
YUV 83.18 101.94 108.61 -
System Red Green Blue C M Y K H S L
Decimal 56 106 37 0.47 0 0.65 0.58 103.48 0.48 0.28
Hex 38 6A 25 2F 0 41 3A 67 30 1C
Octal 70 152 45 57 0 101 72 147 60 34
Binary 111000 1101010 100101 101111 0 1000001 111010 1100111 110000 11100

Color Harmonies of #386A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386A25

Black with #386A25

Text Example


Text Example

White with #386A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386A25; }

 p { color: rgb(56,106,37); }

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

background-color css

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

 a { background-color: rgb(56,106,37); }

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

border-color css

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

 span { border-color: rgb(56,106,37); }

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