Html Css Color HEX #3A753E Japanese Laurel

📋 copy color: '#3A753E'

red 58 ◦ green 117 ◦ blue 62

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

Shades of Japanese Laurel #3A753E

Tints of Japanese Laurel #3A753E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.16%

R = 24.47%
G = 49.37%
B = 26.16%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#3A753E (or 0x3A753E) is known color: Japanese Laurel. HEX triplet: 3A, 75 and 3E. RGB value is (58,117,62). Sum of RGB (Red+Green+Blue) = 58+117+62=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #3A753E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A753E is #C58AC1. Grayscale: #5D5D5D. Windows color (decimal): -12946114 or 4093242. OLE color: 4093242.

HSL color Cylindrical-coordinate representation of color #3A753E: hue angle of 124.07º 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 #3A753E is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 117 62 -
CMYK 0.50 0 0.47 0.54
HSL 124.07º 0.34% 0.34% -
HSV(B) 124.07º 0.5% 0.46% -
XYZ 8.98 13.97 6.78 -
YUV 93.09 110.45 102.97 -
System Red Green Blue C M Y K H S L
Decimal 58 117 62 0.50 0 0.47 0.54 124.07 0.34 0.34
Hex 3A 75 3E 32 0 2F 36 7C 22 22
Octal 72 165 76 62 0 57 66 174 42 42
Binary 111010 1110101 111110 110010 0 101111 110110 1111100 100010 100010

Color Harmonies of #3A753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A753E

Black with #3A753E

Text Example


Text Example

White with #3A753E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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