Html Css Color HEX #3F813C Japanese Laurel

📋 copy color: '#3F813C'

red 63 ◦ green 129 ◦ blue 60

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

Shades of Japanese Laurel #3F813C

Tints of Japanese Laurel #3F813C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.81%

R = 25%
G = 51.19%
B = 23.81%

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

#3F813C (or 0x3F813C) is known color: Japanese Laurel. HEX triplet: 3F, 81 and 3C. RGB value is (63,129,60). Sum of RGB (Red+Green+Blue) = 63+129+60=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #3F813C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F813C is #C07EC3. Grayscale: #656565. Windows color (decimal): -12615364 or 3965247. OLE color: 3965247.

HSL color Cylindrical-coordinate representation of color #3F813C: hue angle of 117.39º degrees, saturation: 0.37, 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 #3F813C is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 63 129 60 -
CMYK 0.51 0 0.53 0.49
HSL 117.39º 0.37% 0.37% -
HSV(B) 117.39º 0.53% 0.51% -
XYZ 10.72 17.08 7.01 -
YUV 101.4 104.63 100.61 -
System Red Green Blue C M Y K H S L
Decimal 63 129 60 0.51 0 0.53 0.49 117.39 0.37 0.37
Hex 3F 81 3C 33 0 35 31 75 25 25
Octal 77 201 74 63 0 65 61 165 45 45
Binary 111111 10000001 111100 110011 0 110101 110001 1110101 100101 100101

Color Harmonies of #3F813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F813C

Black with #3F813C

Text Example


Text Example

White with #3F813C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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