Html Css Color HEX #3D673A Green House

📋 copy color: '#3D673A'

red 61 ◦ green 103 ◦ blue 58

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

Shades of Green House #3D673A

Tints of Green House #3D673A

RGB

 RED value IS 61 (24.22% from 255) = 27.48%

 GREEN value IS 103 (40.63% from 255) = 46.4%

 BLUE value IS 58 (23.05% from 255) = 26.13%

R = 27.48%
G = 46.4%
B = 26.13%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.44

 K value IS 0.60

RGB Variations

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

Color information

#3D673A (or 0x3D673A) is known color: Green House. HEX triplet: 3D, 67 and 3A. RGB value is (61,103,58). Sum of RGB (Red+Green+Blue) = 61+103+58=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 103 - color contains mainly: green. Hex color #3D673A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D673A is #C298C5. Grayscale: #555555. Windows color (decimal): -12753094 or 3827517. OLE color: 3827517.

HSL color Cylindrical-coordinate representation of color #3D673A: hue angle of 116º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D673A is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB 61 103 58 -
CMYK 0.41 0 0.44 0.60
HSL 116º 0.28% 0.32% -
HSV(B) 116º 0.44% 0.4% -
XYZ 7.54 11 5.73 -
YUV 85.31 112.59 110.66 -
System Red Green Blue C M Y K H S L
Decimal 61 103 58 0.41 0 0.44 0.60 116 0.28 0.32
Hex 3D 67 3A 29 0 2C 3C 74 1C 20
Octal 75 147 72 51 0 54 74 164 34 40
Binary 111101 1100111 111010 101001 0 101100 111100 1110100 11100 100000

Color Harmonies of #3D673A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D673A

Black with #3D673A

Text Example


Text Example

White with #3D673A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,103,58); }

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

background-color css

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

 a { background-color: rgb(61,103,58); }

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

border-color css

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

 span { border-color: rgb(61,103,58); }

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