Html Css Color HEX #385A2D Green House

📋 copy color: '#385A2D'

red 56 ◦ green 90 ◦ blue 45

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

Shades of Green House #385A2D

Tints of Green House #385A2D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 47.12%

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

R = 29.32%
G = 47.12%
B = 23.56%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.50

 K value IS 0.65

RGB Variations

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

Color information

#385A2D (or 0x385A2D) is known color: Green House. HEX triplet: 38, 5A and 2D. RGB value is (56,90,45). Sum of RGB (Red+Green+Blue) = 56+90+45=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 90 (35.55% from 255 or 47.12% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 90 - color contains mainly: green. Hex color #385A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A2D is #C7A5D2. Grayscale: #4A4A4A. Windows color (decimal): -13084115 or 2972216. OLE color: 2972216.

HSL color Cylindrical-coordinate representation of color #385A2D: hue angle of 105.33º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #385A2D is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 90 45 -
CMYK 0.38 0 0.50 0.65
HSL 105.33º 0.33% 0.26% -
HSV(B) 105.33º 0.5% 0.35% -
XYZ 5.76 8.34 3.79 -
YUV 74.7 111.24 114.66 -
System Red Green Blue C M Y K H S L
Decimal 56 90 45 0.38 0 0.50 0.65 105.33 0.33 0.26
Hex 38 5A 2D 26 0 32 41 69 21 1A
Octal 70 132 55 46 0 62 101 151 41 32
Binary 111000 1011010 101101 100110 0 110010 1000001 1101001 100001 11010

Color Harmonies of #385A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A2D

Black with #385A2D

Text Example


Text Example

White with #385A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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