Html Css Color HEX #3A753F Japanese Laurel

📋 copy color: '#3A753F'

red 58 ◦ green 117 ◦ blue 63

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

Shades of Japanese Laurel #3A753F

Tints of Japanese Laurel #3A753F

RGB

 RED value IS 58 (23.05% from 255) = 24.37%

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

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

R = 24.37%
G = 49.16%
B = 26.47%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#3A753F (or 0x3A753F) is known color: Japanese Laurel. HEX triplet: 3A, 75 and 3F. RGB value is (58,117,63). Sum of RGB (Red+Green+Blue) = 58+117+63=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #3A753F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A753F is #C58AC0. Grayscale: #5D5D5D. Windows color (decimal): -12946113 or 4158778. OLE color: 4158778.

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

Color convert

RGB 58 117 63 -
CMYK 0.50 0 0.46 0.54
HSL 125.08º 0.34% 0.34% -
HSV(B) 125.08º 0.5% 0.46% -
XYZ 9 13.98 6.93 -
YUV 93.2 110.95 102.89 -
System Red Green Blue C M Y K H S L
Decimal 58 117 63 0.50 0 0.46 0.54 125.08 0.34 0.34
Hex 3A 75 3F 32 0 2E 36 7D 22 22
Octal 72 165 77 62 0 56 66 175 42 42
Binary 111010 1110101 111111 110010 0 101110 110110 1111101 100010 100010

Color Harmonies of #3A753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A753F

Black with #3A753F

Text Example


Text Example

White with #3A753F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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