Html Css Color HEX #3F663A Green House

📋 copy color: '#3F663A'

red 63 ◦ green 102 ◦ blue 58

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

Shades of Green House #3F663A

Tints of Green House #3F663A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.74%

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

R = 28.25%
G = 45.74%
B = 26.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.43

 K value IS 0.6

RGB Variations

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

Color information

#3F663A (or 0x3F663A) is known color: Green House. HEX triplet: 3F, 66 and 3A. RGB value is (63,102,58). Sum of RGB (Red+Green+Blue) = 63+102+58=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 102 - color contains mainly: green. Hex color #3F663A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F663A is #C099C5. Grayscale: #555555. Windows color (decimal): -12622278 or 3827263. OLE color: 3827263.

HSL color Cylindrical-coordinate representation of color #3F663A: hue angle of 113.18º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F663A is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.6.

Color convert

RGB 63 102 58 -
CMYK 0.38 0 0.43 0.6
HSL 113.18º 0.28% 0.31% -
HSV(B) 113.18º 0.43% 0.4% -
XYZ 7.56 10.86 5.7 -
YUV 85.32 112.58 112.08 -
System Red Green Blue C M Y K H S L
Decimal 63 102 58 0.38 0 0.43 0.6 113.18 0.28 0.31
Hex 3F 66 3A 26 0 2B 3C 71 1C 1F
Octal 77 146 72 46 0 53 74 161 34 37
Binary 111111 1100110 111010 100110 0 101011 111100 1110001 11100 11111

Color Harmonies of #3F663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F663A

Black with #3F663A

Text Example


Text Example

White with #3F663A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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