Html Css Color HEX #3F863F Japanese Laurel

📋 copy color: '#3F863F'

red 63 ◦ green 134 ◦ blue 63

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

Shades of Japanese Laurel #3F863F

Tints of Japanese Laurel #3F863F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.54%

 BLUE value IS 63 (25% from 255) = 24.23%

R = 24.23%
G = 51.54%
B = 24.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#3F863F (or 0x3F863F) is known color: Japanese Laurel. HEX triplet: 3F, 86 and 3F. RGB value is (63,134,63). Sum of RGB (Red+Green+Blue) = 63+134+63=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #3F863F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F863F is #C079C0. Grayscale: #686868. Windows color (decimal): -12614081 or 4163135. OLE color: 4163135.

HSL color Cylindrical-coordinate representation of color #3F863F: hue angle of 120º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F863F is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 63 134 63 -
CMYK 0.53 0 0.53 0.47
HSL 120º 0.36% 0.39% -
HSV(B) 120º 0.53% 0.53% -
XYZ 11.47 18.47 7.66 -
YUV 104.68 104.48 98.27 -
System Red Green Blue C M Y K H S L
Decimal 63 134 63 0.53 0 0.53 0.47 120 0.36 0.39
Hex 3F 86 3F 35 0 35 2F 78 24 27
Octal 77 206 77 65 0 65 57 170 44 47
Binary 111111 10000110 111111 110101 0 110101 101111 1111000 100100 100111

Color Harmonies of #3F863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F863F

Black with #3F863F

Text Example


Text Example

White with #3F863F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,134,63); }

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

background-color css

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

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

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

border-color css

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

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

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