Html Css Color HEX #385B33 Green House

📋 copy color: '#385B33'

red 56 ◦ green 91 ◦ blue 51

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

Shades of Green House #385B33

Tints of Green House #385B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.76%

R = 28.28%
G = 45.96%
B = 25.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.44

 K value IS 0.64

RGB Variations

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

Color information

#385B33 (or 0x385B33) is known color: Green House. HEX triplet: 38, 5B and 33. RGB value is (56,91,51). Sum of RGB (Red+Green+Blue) = 56+91+51=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 91 - color contains mainly: green. Hex color #385B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385B33 is #C7A4CC. Grayscale: #4C4C4C. Windows color (decimal): -13083853 or 3365688. OLE color: 3365688.

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

Color convert

RGB 56 91 51 -
CMYK 0.38 0 0.44 0.64
HSL 112.5º 0.28% 0.28% -
HSV(B) 112.5º 0.44% 0.36% -
XYZ 5.97 8.56 4.47 -
YUV 75.98 113.9 113.75 -
System Red Green Blue C M Y K H S L
Decimal 56 91 51 0.38 0 0.44 0.64 112.5 0.28 0.28
Hex 38 5B 33 26 0 2C 40 70 1C 1C
Octal 70 133 63 46 0 54 100 160 34 34
Binary 111000 1011011 110011 100110 0 101100 1000000 1110000 11100 11100

Color Harmonies of #385B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B33

Black with #385B33

Text Example


Text Example

White with #385B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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