Html Css Color HEX #3F733D Japanese Laurel

📋 copy color: '#3F733D'

red 63 ◦ green 115 ◦ blue 61

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

Shades of Japanese Laurel #3F733D

Tints of Japanese Laurel #3F733D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.12%

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

R = 26.36%
G = 48.12%
B = 25.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#3F733D (or 0x3F733D) is known color: Japanese Laurel. HEX triplet: 3F, 73 and 3D. RGB value is (63,115,61). Sum of RGB (Red+Green+Blue) = 63+115+61=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #3F733D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F733D is #C08CC2. Grayscale: #5D5D5D. Windows color (decimal): -12618947 or 4027199. OLE color: 4027199.

HSL color Cylindrical-coordinate representation of color #3F733D: hue angle of 117.78º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F733D is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 115 61 -
CMYK 0.45 0 0.47 0.55
HSL 117.78º 0.31% 0.35% -
HSV(B) 117.78º 0.47% 0.45% -
XYZ 9.02 13.66 6.58 -
YUV 93.3 109.77 106.39 -
System Red Green Blue C M Y K H S L
Decimal 63 115 61 0.45 0 0.47 0.55 117.78 0.31 0.35
Hex 3F 73 3D 2D 0 2F 37 76 1F 23
Octal 77 163 75 55 0 57 67 166 37 43
Binary 111111 1110011 111101 101101 0 101111 110111 1110110 11111 100011

Color Harmonies of #3F733D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F733D

Black with #3F733D

Text Example


Text Example

White with #3F733D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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