Html Css Color HEX #385C34 Green House

📋 copy color: '#385C34'

red 56 ◦ green 92 ◦ blue 52

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

Shades of Green House #385C34

Tints of Green House #385C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26%

R = 28%
G = 46%
B = 26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.43

 K value IS 0.64

RGB Variations

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

Color information

#385C34 (or 0x385C34) is known color: Green House. HEX triplet: 38, 5C and 34. RGB value is (56,92,52). Sum of RGB (Red+Green+Blue) = 56+92+52=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 92 - color contains mainly: green. Hex color #385C34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385C34 is #C7A3CB. Grayscale: #4C4C4C. Windows color (decimal): -13083596 or 3431480. OLE color: 3431480.

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

Color convert

RGB 56 92 52 -
CMYK 0.39 0 0.43 0.64
HSL 114º 0.28% 0.28% -
HSV(B) 114º 0.43% 0.36% -
XYZ 6.08 8.74 4.62 -
YUV 76.68 114.07 113.25 -
System Red Green Blue C M Y K H S L
Decimal 56 92 52 0.39 0 0.43 0.64 114 0.28 0.28
Hex 38 5C 34 27 0 2B 40 72 1C 1C
Octal 70 134 64 47 0 53 100 162 34 34
Binary 111000 1011100 110100 100111 0 101011 1000000 1110010 11100 11100

Color Harmonies of #385C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C34

Black with #385C34

Text Example


Text Example

White with #385C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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