Html Css Color HEX #3B703E Japanese Laurel

📋 copy color: '#3B703E'

red 59 ◦ green 112 ◦ blue 62

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

Shades of Japanese Laurel #3B703E

Tints of Japanese Laurel #3B703E

RGB

 RED value IS 59 (23.44% from 255) = 25.32%

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

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

R = 25.32%
G = 48.07%
B = 26.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#3B703E (or 0x3B703E) is known color: Japanese Laurel. HEX triplet: 3B, 70 and 3E. RGB value is (59,112,62). Sum of RGB (Red+Green+Blue) = 59+112+62=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #3B703E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B703E is #C48FC1. Grayscale: #5A5A5A. Windows color (decimal): -12881858 or 4091963. OLE color: 4091963.

HSL color Cylindrical-coordinate representation of color #3B703E: hue angle of 123.4º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B703E is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 112 62 -
CMYK 0.47 0 0.45 0.56
HSL 123.4º 0.31% 0.34% -
HSV(B) 123.4º 0.47% 0.44% -
XYZ 8.47 12.87 6.59 -
YUV 90.45 111.94 105.57 -
System Red Green Blue C M Y K H S L
Decimal 59 112 62 0.47 0 0.45 0.56 123.4 0.31 0.34
Hex 3B 70 3E 2F 0 2D 38 7B 1F 22
Octal 73 160 76 57 0 55 70 173 37 42
Binary 111011 1110000 111110 101111 0 101101 111000 1111011 11111 100010

Color Harmonies of #3B703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B703E

Black with #3B703E

Text Example


Text Example

White with #3B703E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,112,62); }

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

background-color css

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

 a { background-color: rgb(59,112,62); }

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

border-color css

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

 span { border-color: rgb(59,112,62); }

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