Html Css Color HEX #3FAF3D Fruit Salad

📋 copy color: '#3FAF3D'

red 63 ◦ green 175 ◦ blue 61

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

Shades of Fruit Salad #3FAF3D

Tints of Fruit Salad #3FAF3D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 58.53%

 BLUE value IS 61 (24.22% from 255) = 20.4%

R = 21.07%
G = 58.53%
B = 20.4%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#3FAF3D (or 0x3FAF3D) is known color: Fruit Salad. HEX triplet: 3F, AF and 3D. RGB value is (63,175,61). Sum of RGB (Red+Green+Blue) = 63+175+61=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 175 (68.75% from 255 or 58.53% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAF3D is #C050C2. Grayscale: #808080. Windows color (decimal): -12603587 or 4042559. OLE color: 4042559.

HSL color Cylindrical-coordinate representation of color #3FAF3D: hue angle of 118.95º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FAF3D is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 63 175 61 -
CMYK 0.64 0 0.65 0.31
HSL 118.95º 0.48% 0.46% -
HSV(B) 118.95º 0.65% 0.69% -
XYZ 18.22 32.05 9.64 -
YUV 128.52 89.89 81.27 -
System Red Green Blue C M Y K H S L
Decimal 63 175 61 0.64 0 0.65 0.31 118.95 0.48 0.46
Hex 3F AF 3D 40 0 41 1F 77 30 2E
Octal 77 257 75 100 0 101 37 167 60 56
Binary 111111 10101111 111101 1000000 0 1000001 11111 1110111 110000 101110

Color Harmonies of #3FAF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAF3D

Black with #3FAF3D

Text Example


Text Example

White with #3FAF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,175,61); }

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

background-color css

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

 a { background-color: rgb(63,175,61); }

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

border-color css

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

 span { border-color: rgb(63,175,61); }

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