Html Css Color HEX #3A763F Japanese Laurel

📋 copy color: '#3A763F'

red 58 ◦ green 118 ◦ blue 63

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

Shades of Japanese Laurel #3A763F

Tints of Japanese Laurel #3A763F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.36%

R = 24.27%
G = 49.37%
B = 26.36%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#3A763F (or 0x3A763F) is known color: Japanese Laurel. HEX triplet: 3A, 76 and 3F. RGB value is (58,118,63). Sum of RGB (Red+Green+Blue) = 58+118+63=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #3A763F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A763F is #C589C0. Grayscale: #5D5D5D. Windows color (decimal): -12945857 or 4159034. OLE color: 4159034.

HSL color Cylindrical-coordinate representation of color #3A763F: hue angle of 125º 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 #3A763F is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 118 63 -
CMYK 0.51 0 0.47 0.54
HSL 125º 0.34% 0.35% -
HSV(B) 125º 0.51% 0.46% -
XYZ 9.12 14.22 6.97 -
YUV 93.79 110.62 102.47 -
System Red Green Blue C M Y K H S L
Decimal 58 118 63 0.51 0 0.47 0.54 125 0.34 0.35
Hex 3A 76 3F 33 0 2F 36 7D 22 23
Octal 72 166 77 63 0 57 66 175 42 43
Binary 111010 1110110 111111 110011 0 101111 110110 1111101 100010 100011

Color Harmonies of #3A763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A763F

Black with #3A763F

Text Example


Text Example

White with #3A763F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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