Html Css Color HEX #3A7332 Japanese Laurel

📋 copy color: '#3A7332'

red 58 ◦ green 115 ◦ blue 50

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

Shades of Japanese Laurel #3A7332

Tints of Japanese Laurel #3A7332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.42%

R = 26.01%
G = 51.57%
B = 22.42%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#3A7332 (or 0x3A7332) is known color: Japanese Laurel. HEX triplet: 3A, 73 and 32. RGB value is (58,115,50). Sum of RGB (Red+Green+Blue) = 58+115+50=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #3A7332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7332 is #C58CCD. Grayscale: #5A5A5A. Windows color (decimal): -12946638 or 3306298. OLE color: 3306298.

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

Color convert

RGB 58 115 50 -
CMYK 0.50 0 0.57 0.55
HSL 112.62º 0.39% 0.32% -
HSV(B) 112.62º 0.57% 0.45% -
XYZ 8.45 13.39 5.16 -
YUV 90.55 105.12 104.79 -
System Red Green Blue C M Y K H S L
Decimal 58 115 50 0.50 0 0.57 0.55 112.62 0.39 0.32
Hex 3A 73 32 32 0 39 37 71 27 20
Octal 72 163 62 62 0 71 67 161 47 40
Binary 111010 1110011 110010 110010 0 111001 110111 1110001 100111 100000

Color Harmonies of #3A7332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7332

Black with #3A7332

Text Example


Text Example

White with #3A7332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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