Html Css Color HEX #3F593A Green House

📋 copy color: '#3F593A'

red 63 ◦ green 89 ◦ blue 58

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

Shades of Green House #3F593A

Tints of Green House #3F593A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.38%

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

R = 30%
G = 42.38%
B = 27.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#3F593A (or 0x3F593A) is known color: Green House. HEX triplet: 3F, 59 and 3A. RGB value is (63,89,58). Sum of RGB (Red+Green+Blue) = 63+89+58=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #3F593A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F593A is #C0A6C5. Grayscale: #4D4D4D. Windows color (decimal): -12625606 or 3823935. OLE color: 3823935.

HSL color Cylindrical-coordinate representation of color #3F593A: hue angle of 110.32º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F593A is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 89 58 -
CMYK 0.29 0 0.35 0.65
HSL 110.32º 0.21% 0.29% -
HSV(B) 110.32º 0.35% 0.35% -
XYZ 6.39 8.51 5.31 -
YUV 77.69 116.89 117.52 -
System Red Green Blue C M Y K H S L
Decimal 63 89 58 0.29 0 0.35 0.65 110.32 0.21 0.29
Hex 3F 59 3A 1D 0 23 41 6E 15 1D
Octal 77 131 72 35 0 43 101 156 25 35
Binary 111111 1011001 111010 11101 0 100011 1000001 1101110 10101 11101

Color Harmonies of #3F593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F593A

Black with #3F593A

Text Example


Text Example

White with #3F593A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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