Html Css Color HEX #385C2B Green House

📋 copy color: '#385C2B'

red 56 ◦ green 92 ◦ blue 43

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

Shades of Green House #385C2B

Tints of Green House #385C2B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 48.17%

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

R = 29.32%
G = 48.17%
B = 22.51%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.53

 K value IS 0.64

RGB Variations

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

Color information

#385C2B (or 0x385C2B) is known color: Green House. HEX triplet: 38, 5C and 2B. RGB value is (56,92,43). Sum of RGB (Red+Green+Blue) = 56+92+43=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 92 (36.33% from 255 or 48.17% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 92 - color contains mainly: green. Hex color #385C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385C2B is #C7A3D4. Grayscale: #4B4B4B. Windows color (decimal): -13083605 or 2841656. OLE color: 2841656.

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

Color convert

RGB 56 92 43 -
CMYK 0.39 0 0.53 0.64
HSL 104.08º 0.36% 0.26% -
HSV(B) 104.08º 0.53% 0.36% -
XYZ 5.89 8.67 3.65 -
YUV 75.65 109.57 113.98 -
System Red Green Blue C M Y K H S L
Decimal 56 92 43 0.39 0 0.53 0.64 104.08 0.36 0.26
Hex 38 5C 2B 27 0 35 40 68 24 1A
Octal 70 134 53 47 0 65 100 150 44 32
Binary 111000 1011100 101011 100111 0 110101 1000000 1101000 100100 11010

Color Harmonies of #385C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C2B

Black with #385C2B

Text Example


Text Example

White with #385C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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