Html Css Color HEX #3F813F Japanese Laurel

📋 copy color: '#3F813F'

red 63 ◦ green 129 ◦ blue 63

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

Shades of Japanese Laurel #3F813F

Tints of Japanese Laurel #3F813F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.59%

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

R = 24.71%
G = 50.59%
B = 24.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#3F813F (or 0x3F813F) is known color: Japanese Laurel. HEX triplet: 3F, 81 and 3F. RGB value is (63,129,63). Sum of RGB (Red+Green+Blue) = 63+129+63=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 129 (50.78% from 255 or 50.59% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 129 - color contains mainly: green. Hex color #3F813F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F813F is #C07EC0. Grayscale: #656565. Windows color (decimal): -12615361 or 4161855. OLE color: 4161855.

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

Color convert

RGB 63 129 63 -
CMYK 0.51 0 0.51 0.49
HSL 120º 0.34% 0.38% -
HSV(B) 120º 0.51% 0.51% -
XYZ 10.8 17.12 7.44 -
YUV 101.74 106.13 100.37 -
System Red Green Blue C M Y K H S L
Decimal 63 129 63 0.51 0 0.51 0.49 120 0.34 0.38
Hex 3F 81 3F 33 0 33 31 78 22 26
Octal 77 201 77 63 0 63 61 170 42 46
Binary 111111 10000001 111111 110011 0 110011 110001 1111000 100010 100110

Color Harmonies of #3F813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F813F

Black with #3F813F

Text Example


Text Example

White with #3F813F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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