Html Css Color HEX #3F753C Japanese Laurel

📋 copy color: '#3F753C'

red 63 ◦ green 117 ◦ blue 60

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

Shades of Japanese Laurel #3F753C

Tints of Japanese Laurel #3F753C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.75%

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

R = 26.25%
G = 48.75%
B = 25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#3F753C (or 0x3F753C) is known color: Japanese Laurel. HEX triplet: 3F, 75 and 3C. RGB value is (63,117,60). Sum of RGB (Red+Green+Blue) = 63+117+60=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #3F753C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F753C is #C08AC3. Grayscale: #5E5E5E. Windows color (decimal): -12618436 or 3962175. OLE color: 3962175.

HSL color Cylindrical-coordinate representation of color #3F753C: hue angle of 116.84º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F753C is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 117 60 -
CMYK 0.46 0 0.49 0.54
HSL 116.84º 0.32% 0.35% -
HSV(B) 116.84º 0.49% 0.46% -
XYZ 9.23 14.11 6.51 -
YUV 94.36 108.61 105.63 -
System Red Green Blue C M Y K H S L
Decimal 63 117 60 0.46 0 0.49 0.54 116.84 0.32 0.35
Hex 3F 75 3C 2E 0 31 36 75 20 23
Octal 77 165 74 56 0 61 66 165 40 43
Binary 111111 1110101 111100 101110 0 110001 110110 1110101 100000 100011

Color Harmonies of #3F753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F753C

Black with #3F753C

Text Example


Text Example

White with #3F753C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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