Html Css Color HEX #3A7336 Japanese Laurel

📋 copy color: '#3A7336'

red 58 ◦ green 115 ◦ blue 54

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

Shades of Japanese Laurel #3A7336

Tints of Japanese Laurel #3A7336

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.66%

 BLUE value IS 54 (21.48% from 255) = 23.79%

R = 25.55%
G = 50.66%
B = 23.79%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#3A7336 (or 0x3A7336) is known color: Japanese Laurel. HEX triplet: 3A, 73 and 36. RGB value is (58,115,54). Sum of RGB (Red+Green+Blue) = 58+115+54=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #3A7336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7336 is #C58CC9. Grayscale: #5B5B5B. Windows color (decimal): -12946634 or 3568442. OLE color: 3568442.

HSL color Cylindrical-coordinate representation of color #3A7336: hue angle of 116.07º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A7336 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 115 54 -
CMYK 0.50 0 0.53 0.55
HSL 116.07º 0.36% 0.33% -
HSV(B) 116.07º 0.53% 0.45% -
XYZ 8.54 13.43 5.63 -
YUV 91 107.12 104.46 -
System Red Green Blue C M Y K H S L
Decimal 58 115 54 0.50 0 0.53 0.55 116.07 0.36 0.33
Hex 3A 73 36 32 0 35 37 74 24 21
Octal 72 163 66 62 0 65 67 164 44 41
Binary 111010 1110011 110110 110010 0 110101 110111 1110100 100100 100001

Color Harmonies of #3A7336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7336

Black with #3A7336

Text Example


Text Example

White with #3A7336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,115,54); }

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

background-color css

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

 a { background-color: rgb(58,115,54); }

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

border-color css

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

 span { border-color: rgb(58,115,54); }

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