Html Css Color HEX #3D6230 Green House

📋 copy color: '#3D6230'

red 61 ◦ green 98 ◦ blue 48

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

Shades of Green House #3D6230

Tints of Green House #3D6230

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.34%

 BLUE value IS 48 (19.14% from 255) = 23.19%

R = 29.47%
G = 47.34%
B = 23.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#3D6230 (or 0x3D6230) is known color: Green House. HEX triplet: 3D, 62 and 30. RGB value is (61,98,48). Sum of RGB (Red+Green+Blue) = 61+98+48=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #3D6230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6230 is #C29DCF. Grayscale: #515151. Windows color (decimal): -12754384 or 3170877. OLE color: 3170877.

HSL color Cylindrical-coordinate representation of color #3D6230: hue angle of 104.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D6230 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 61 98 48 -
CMYK 0.38 0 0.51 0.62
HSL 104.4º 0.34% 0.29% -
HSV(B) 104.4º 0.51% 0.38% -
XYZ 6.83 9.94 4.36 -
YUV 81.24 109.24 113.57 -
System Red Green Blue C M Y K H S L
Decimal 61 98 48 0.38 0 0.51 0.62 104.4 0.34 0.29
Hex 3D 62 30 26 0 33 3E 68 22 1D
Octal 75 142 60 46 0 63 76 150 42 35
Binary 111101 1100010 110000 100110 0 110011 111110 1101000 100010 11101

Color Harmonies of #3D6230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6230

Black with #3D6230

Text Example


Text Example

White with #3D6230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,98,48); }

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

background-color css

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

 a { background-color: rgb(61,98,48); }

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

border-color css

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

 span { border-color: rgb(61,98,48); }

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