Html Css Color HEX #3F622D Green House

📋 copy color: '#3F622D'

red 63 ◦ green 98 ◦ blue 45

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

Shades of Green House #3F622D

Tints of Green House #3F622D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.84%

R = 30.58%
G = 47.57%
B = 21.84%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#3F622D (or 0x3F622D) is known color: Green House. HEX triplet: 3F, 62 and 2D. RGB value is (63,98,45). Sum of RGB (Red+Green+Blue) = 63+98+45=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #3F622D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F622D is #C09DD2. Grayscale: #515151. Windows color (decimal): -12623315 or 2974271. OLE color: 2974271.

HSL color Cylindrical-coordinate representation of color #3F622D: hue angle of 99.62º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F622D is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 98 45 -
CMYK 0.36 0 0.54 0.62
HSL 99.62º 0.37% 0.28% -
HSV(B) 99.62º 0.54% 0.38% -
XYZ 6.89 9.98 4.05 -
YUV 81.49 107.4 114.81 -
System Red Green Blue C M Y K H S L
Decimal 63 98 45 0.36 0 0.54 0.62 99.62 0.37 0.28
Hex 3F 62 2D 24 0 36 3E 64 25 1C
Octal 77 142 55 44 0 66 76 144 45 34
Binary 111111 1100010 101101 100100 0 110110 111110 1100100 100101 11100

Color Harmonies of #3F622D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F622D

Black with #3F622D

Text Example


Text Example

White with #3F622D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,98,45); }

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

background-color css

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

 a { background-color: rgb(63,98,45); }

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

border-color css

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

 span { border-color: rgb(63,98,45); }

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