Html Css Color HEX #385F2B Green House

📋 copy color: '#385F2B'

red 56 ◦ green 95 ◦ blue 43

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

Shades of Green House #385F2B

Tints of Green House #385F2B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 48.97%

 BLUE value IS 43 (17.19% from 255) = 22.16%

R = 28.87%
G = 48.97%
B = 22.16%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.55

 K value IS 0.63

RGB Variations

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

Color information

#385F2B (or 0x385F2B) is known color: Green House. HEX triplet: 38, 5F and 2B. RGB value is (56,95,43). Sum of RGB (Red+Green+Blue) = 56+95+43=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 95 (37.5% from 255 or 48.97% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 95 - color contains mainly: green. Hex color #385F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385F2B is #C7A0D4. Grayscale: #4D4D4D. Windows color (decimal): -13082837 or 2842424. OLE color: 2842424.

HSL color Cylindrical-coordinate representation of color #385F2B: hue angle of 105º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #385F2B is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 95 43 -
CMYK 0.41 0 0.55 0.63
HSL 105º 0.38% 0.27% -
HSV(B) 105º 0.55% 0.37% -
XYZ 6.16 9.2 3.74 -
YUV 77.41 108.58 112.73 -
System Red Green Blue C M Y K H S L
Decimal 56 95 43 0.41 0 0.55 0.63 105 0.38 0.27
Hex 38 5F 2B 29 0 37 3F 69 26 1B
Octal 70 137 53 51 0 67 77 151 46 33
Binary 111000 1011111 101011 101001 0 110111 111111 1101001 100110 11011

Color Harmonies of #385F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385F2B

Black with #385F2B

Text Example


Text Example

White with #385F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385F2B; }

 p { color: rgb(56,95,43); }

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

background-color css

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

 a { background-color: rgb(56,95,43); }

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

border-color css

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

 span { border-color: rgb(56,95,43); }

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