Html Css Color HEX #3B5C38 Green House

📋 copy color: '#3B5C38'

red 59 ◦ green 92 ◦ blue 56

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

Shades of Green House #3B5C38

Tints of Green House #3B5C38

RGB

 RED value IS 59 (23.44% from 255) = 28.5%

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

 BLUE value IS 56 (22.27% from 255) = 27.05%

R = 28.5%
G = 44.44%
B = 27.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.39

 K value IS 0.64

RGB Variations

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

Color information

#3B5C38 (or 0x3B5C38) is known color: Green House. HEX triplet: 3B, 5C and 38. RGB value is (59,92,56). Sum of RGB (Red+Green+Blue) = 59+92+56=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 92 - color contains mainly: green. Hex color #3B5C38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5C38 is #C4A3C7. Grayscale: #4E4E4E. Windows color (decimal): -12886984 or 3693627. OLE color: 3693627.

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

Color convert

RGB 59 92 56 -
CMYK 0.36 0 0.39 0.64
HSL 115º 0.24% 0.29% -
HSV(B) 115º 0.39% 0.36% -
XYZ 6.34 8.87 5.12 -
YUV 78.03 115.57 114.43 -
System Red Green Blue C M Y K H S L
Decimal 59 92 56 0.36 0 0.39 0.64 115 0.24 0.29
Hex 3B 5C 38 24 0 27 40 73 18 1D
Octal 73 134 70 44 0 47 100 163 30 35
Binary 111011 1011100 111000 100100 0 100111 1000000 1110011 11000 11101

Color Harmonies of #3B5C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5C38

Black with #3B5C38

Text Example


Text Example

White with #3B5C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B5C38; }

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

 H1.HeaderClassName
 {
   color: #3B5C38;
 }
 .AnyTagClassName
 {
   color: #3B5C38;
 }
</style>

background-color css

<style>
 a { background-color: #3B5C38; }

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

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

border-color css

<style>
 span { border-color: #3B5C38; }

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

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