Html Css Color HEX #3A763B Japanese Laurel

📋 copy color: '#3A763B'

red 58 ◦ green 118 ◦ blue 59

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

Shades of Japanese Laurel #3A763B

Tints of Japanese Laurel #3A763B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50.21%

 BLUE value IS 59 (23.44% from 255) = 25.11%

R = 24.68%
G = 50.21%
B = 25.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#3A763B (or 0x3A763B) is known color: Japanese Laurel. HEX triplet: 3A, 76 and 3B. RGB value is (58,118,59). Sum of RGB (Red+Green+Blue) = 58+118+59=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #3A763B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A763B is #C589C4. Grayscale: #5D5D5D. Windows color (decimal): -12945861 or 3896890. OLE color: 3896890.

HSL color Cylindrical-coordinate representation of color #3A763B: hue angle of 121º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A763B is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 118 59 -
CMYK 0.51 0 0.50 0.54
HSL 121º 0.34% 0.35% -
HSV(B) 121º 0.51% 0.46% -
XYZ 9.01 14.17 6.4 -
YUV 93.33 108.62 102.8 -
System Red Green Blue C M Y K H S L
Decimal 58 118 59 0.51 0 0.50 0.54 121 0.34 0.35
Hex 3A 76 3B 33 0 32 36 79 22 23
Octal 72 166 73 63 0 62 66 171 42 43
Binary 111010 1110110 111011 110011 0 110010 110110 1111001 100010 100011

Color Harmonies of #3A763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A763B

Black with #3A763B

Text Example


Text Example

White with #3A763B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,118,59); }

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

background-color css

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

 a { background-color: rgb(58,118,59); }

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

border-color css

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

 span { border-color: rgb(58,118,59); }

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