Html Css Color HEX #385D2A Green House

📋 copy color: '#385D2A'

red 56 ◦ green 93 ◦ blue 42

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

Shades of Green House #385D2A

Tints of Green House #385D2A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 48.69%

 BLUE value IS 42 (16.8% from 255) = 21.99%

R = 29.32%
G = 48.69%
B = 21.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.55

 K value IS 0.64

RGB Variations

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

Color information

#385D2A (or 0x385D2A) is known color: Green House. HEX triplet: 38, 5D and 2A. RGB value is (56,93,42). Sum of RGB (Red+Green+Blue) = 56+93+42=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 93 (36.72% from 255 or 48.69% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 93 - color contains mainly: green. Hex color #385D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D2A is #C7A2D5. Grayscale: #4C4C4C. Windows color (decimal): -13083350 or 2776376. OLE color: 2776376.

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

Color convert

RGB 56 93 42 -
CMYK 0.40 0 0.55 0.64
HSL 103.53º 0.38% 0.26% -
HSV(B) 103.53º 0.55% 0.36% -
XYZ 5.96 8.84 3.58 -
YUV 76.12 108.74 113.65 -
System Red Green Blue C M Y K H S L
Decimal 56 93 42 0.40 0 0.55 0.64 103.53 0.38 0.26
Hex 38 5D 2A 28 0 37 40 68 26 1A
Octal 70 135 52 50 0 67 100 150 46 32
Binary 111000 1011101 101010 101000 0 110111 1000000 1101000 100110 11010

Color Harmonies of #385D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385D2A

Black with #385D2A

Text Example


Text Example

White with #385D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,93,42); }

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

background-color css

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

 a { background-color: rgb(56,93,42); }

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

border-color css

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

 span { border-color: rgb(56,93,42); }

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