Html Css Color HEX #385B2D Green House

📋 copy color: '#385B2D'

red 56 ◦ green 91 ◦ blue 45

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

Shades of Green House #385B2D

Tints of Green House #385B2D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 47.4%

 BLUE value IS 45 (17.97% from 255) = 23.44%

R = 29.17%
G = 47.4%
B = 23.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.51

 K value IS 0.64

RGB Variations

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

Color information

#385B2D (or 0x385B2D) is known color: Green House. HEX triplet: 38, 5B and 2D. RGB value is (56,91,45). Sum of RGB (Red+Green+Blue) = 56+91+45=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 91 - color contains mainly: green. Hex color #385B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385B2D is #C7A4D2. Grayscale: #4B4B4B. Windows color (decimal): -13083859 or 2972472. OLE color: 2972472.

HSL color Cylindrical-coordinate representation of color #385B2D: hue angle of 105.65º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #385B2D is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 91 45 -
CMYK 0.38 0 0.51 0.64
HSL 105.65º 0.34% 0.27% -
HSV(B) 105.65º 0.51% 0.36% -
XYZ 5.85 8.51 3.82 -
YUV 75.29 110.9 114.24 -
System Red Green Blue C M Y K H S L
Decimal 56 91 45 0.38 0 0.51 0.64 105.65 0.34 0.27
Hex 38 5B 2D 26 0 33 40 6A 22 1B
Octal 70 133 55 46 0 63 100 152 42 33
Binary 111000 1011011 101101 100110 0 110011 1000000 1101010 100010 11011

Color Harmonies of #385B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B2D

Black with #385B2D

Text Example


Text Example

White with #385B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,91,45); }

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

background-color css

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

 a { background-color: rgb(56,91,45); }

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

border-color css

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

 span { border-color: rgb(56,91,45); }

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