Html Css Color HEX #3F813D Japanese Laurel

📋 copy color: '#3F813D'

red 63 ◦ green 129 ◦ blue 61

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

Shades of Japanese Laurel #3F813D

Tints of Japanese Laurel #3F813D

RGB

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

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

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

R = 24.9%
G = 50.99%
B = 24.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#3F813D (or 0x3F813D) is known color: Japanese Laurel. HEX triplet: 3F, 81 and 3D. RGB value is (63,129,61). Sum of RGB (Red+Green+Blue) = 63+129+61=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #3F813D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F813D is #C07EC2. Grayscale: #656565. Windows color (decimal): -12615363 or 4030783. OLE color: 4030783.

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

Color convert

RGB 63 129 61 -
CMYK 0.51 0 0.53 0.49
HSL 118.24º 0.36% 0.37% -
HSV(B) 118.24º 0.53% 0.51% -
XYZ 10.74 17.09 7.15 -
YUV 101.51 105.13 100.53 -
System Red Green Blue C M Y K H S L
Decimal 63 129 61 0.51 0 0.53 0.49 118.24 0.36 0.37
Hex 3F 81 3D 33 0 35 31 76 24 25
Octal 77 201 75 63 0 65 61 166 44 45
Binary 111111 10000001 111101 110011 0 110101 110001 1110110 100100 100101

Color Harmonies of #3F813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F813D

Black with #3F813D

Text Example


Text Example

White with #3F813D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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