Html Css Color HEX #3F813A Japanese Laurel

📋 copy color: '#3F813A'

red 63 ◦ green 129 ◦ blue 58

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

Shades of Japanese Laurel #3F813A

Tints of Japanese Laurel #3F813A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.2%

R = 25.2%
G = 51.6%
B = 23.2%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#3F813A (or 0x3F813A) is known color: Japanese Laurel. HEX triplet: 3F, 81 and 3A. RGB value is (63,129,58). Sum of RGB (Red+Green+Blue) = 63+129+58=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #3F813A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F813A is #C07EC5. Grayscale: #656565. Windows color (decimal): -12615366 or 3834175. OLE color: 3834175.

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

Color convert

RGB 63 129 58 -
CMYK 0.51 0 0.55 0.49
HSL 115.77º 0.38% 0.37% -
HSV(B) 115.77º 0.55% 0.51% -
XYZ 10.66 17.06 6.73 -
YUV 101.17 103.63 100.77 -
System Red Green Blue C M Y K H S L
Decimal 63 129 58 0.51 0 0.55 0.49 115.77 0.38 0.37
Hex 3F 81 3A 33 0 37 31 74 26 25
Octal 77 201 72 63 0 67 61 164 46 45
Binary 111111 10000001 111010 110011 0 110111 110001 1110100 100110 100101

Color Harmonies of #3F813A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F813A

Black with #3F813A

Text Example


Text Example

White with #3F813A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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