Html Css Color HEX #3F733F Japanese Laurel

📋 copy color: '#3F733F'

red 63 ◦ green 115 ◦ blue 63

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

Shades of Japanese Laurel #3F733F

Tints of Japanese Laurel #3F733F

RGB

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

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

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

R = 26.14%
G = 47.72%
B = 26.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#3F733F (or 0x3F733F) is known color: Japanese Laurel. HEX triplet: 3F, 73 and 3F. RGB value is (63,115,63). Sum of RGB (Red+Green+Blue) = 63+115+63=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #3F733F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F733F is #C08CC0. Grayscale: #5D5D5D. Windows color (decimal): -12618945 or 4158271. OLE color: 4158271.

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

Color convert

RGB 63 115 63 -
CMYK 0.45 0 0.45 0.55
HSL 120º 0.29% 0.35% -
HSV(B) 120º 0.45% 0.45% -
XYZ 9.08 13.68 6.86 -
YUV 93.52 110.77 106.23 -
System Red Green Blue C M Y K H S L
Decimal 63 115 63 0.45 0 0.45 0.55 120 0.29 0.35
Hex 3F 73 3F 2D 0 2D 37 78 1D 23
Octal 77 163 77 55 0 55 67 170 35 43
Binary 111111 1110011 111111 101101 0 101101 110111 1111000 11101 100011

Color Harmonies of #3F733F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F733F

Black with #3F733F

Text Example


Text Example

White with #3F733F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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