Html Css Color HEX #3A7732 Japanese Laurel

📋 copy color: '#3A7732'

red 58 ◦ green 119 ◦ blue 50

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

Shades of Japanese Laurel #3A7732

Tints of Japanese Laurel #3A7732

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.42%

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

R = 25.55%
G = 52.42%
B = 22.03%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#3A7732 (or 0x3A7732) is known color: Japanese Laurel. HEX triplet: 3A, 77 and 32. RGB value is (58,119,50). Sum of RGB (Red+Green+Blue) = 58+119+50=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7732 is #C588CD. Grayscale: #5D5D5D. Windows color (decimal): -12945614 or 3307322. OLE color: 3307322.

HSL color Cylindrical-coordinate representation of color #3A7732: hue angle of 113.04º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A7732 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 119 50 -
CMYK 0.51 0 0.58 0.53
HSL 113.04º 0.41% 0.33% -
HSV(B) 113.04º 0.58% 0.47% -
XYZ 8.92 14.32 5.31 -
YUV 92.9 103.79 103.11 -
System Red Green Blue C M Y K H S L
Decimal 58 119 50 0.51 0 0.58 0.53 113.04 0.41 0.33
Hex 3A 77 32 33 0 3A 35 71 29 21
Octal 72 167 62 63 0 72 65 161 51 41
Binary 111010 1110111 110010 110011 0 111010 110101 1110001 101001 100001

Color Harmonies of #3A7732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7732

Black with #3A7732

Text Example


Text Example

White with #3A7732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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