Html Css Color HEX #3A703D Japanese Laurel

📋 copy color: '#3A703D'

red 58 ◦ green 112 ◦ blue 61

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

Shades of Japanese Laurel #3A703D

Tints of Japanese Laurel #3A703D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.48%

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

R = 25.11%
G = 48.48%
B = 26.41%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#3A703D (or 0x3A703D) is known color: Japanese Laurel. HEX triplet: 3A, 70 and 3D. RGB value is (58,112,61). Sum of RGB (Red+Green+Blue) = 58+112+61=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #3A703D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A703D is #C58FC2. Grayscale: #5A5A5A. Windows color (decimal): -12947395 or 4026426. OLE color: 4026426.

HSL color Cylindrical-coordinate representation of color #3A703D: hue angle of 123.33º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A703D is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 112 61 -
CMYK 0.48 0 0.46 0.56
HSL 123.33º 0.32% 0.33% -
HSV(B) 123.33º 0.48% 0.44% -
XYZ 8.38 12.82 6.45 -
YUV 90.04 111.61 105.15 -
System Red Green Blue C M Y K H S L
Decimal 58 112 61 0.48 0 0.46 0.56 123.33 0.32 0.33
Hex 3A 70 3D 30 0 2E 38 7B 20 21
Octal 72 160 75 60 0 56 70 173 40 41
Binary 111010 1110000 111101 110000 0 101110 111000 1111011 100000 100001

Color Harmonies of #3A703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A703D

Black with #3A703D

Text Example


Text Example

White with #3A703D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,112,61); }

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

background-color css

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

 a { background-color: rgb(58,112,61); }

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

border-color css

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

 span { border-color: rgb(58,112,61); }

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