Html Css Color HEX #3F523A Green House

📋 copy color: '#3F523A'

red 63 ◦ green 82 ◦ blue 58

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

Shades of Green House #3F523A

Tints of Green House #3F523A

RGB

 RED value IS 63 (25% from 255) = 31.03%

 GREEN value IS 82 (32.42% from 255) = 40.39%

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

R = 31.03%
G = 40.39%
B = 28.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.68

RGB Variations

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

Color information

#3F523A (or 0x3F523A) is known color: Green House. HEX triplet: 3F, 52 and 3A. RGB value is (63,82,58). Sum of RGB (Red+Green+Blue) = 63+82+58=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 82 - color contains mainly: green. Hex color #3F523A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F523A is #C0ADC5. Grayscale: #494949. Windows color (decimal): -12627398 or 3822143. OLE color: 3822143.

HSL color Cylindrical-coordinate representation of color #3F523A: hue angle of 107.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F523A is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB 63 82 58 -
CMYK 0.23 0 0.29 0.68
HSL 107.5º 0.17% 0.27% -
HSV(B) 107.5º 0.29% 0.32% -
XYZ 5.83 7.4 5.12 -
YUV 73.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 63 82 58 0.23 0 0.29 0.68 107.5 0.17 0.27
Hex 3F 52 3A 17 0 1D 44 6C 11 1B
Octal 77 122 72 27 0 35 104 154 21 33
Binary 111111 1010010 111010 10111 0 11101 1000100 1101100 10001 11011

Color Harmonies of #3F523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F523A

Black with #3F523A

Text Example


Text Example

White with #3F523A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,82,58); }

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

background-color css

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

 a { background-color: rgb(63,82,58); }

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

border-color css

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

 span { border-color: rgb(63,82,58); }

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