Html Css Color HEX #3A793C Japanese Laurel

📋 copy color: '#3A793C'

red 58 ◦ green 121 ◦ blue 60

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

Shades of Japanese Laurel #3A793C

Tints of Japanese Laurel #3A793C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.63%

 BLUE value IS 60 (23.83% from 255) = 25.1%

R = 24.27%
G = 50.63%
B = 25.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#3A793C (or 0x3A793C) is known color: Japanese Laurel. HEX triplet: 3A, 79 and 3C. RGB value is (58,121,60). Sum of RGB (Red+Green+Blue) = 58+121+60=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #3A793C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A793C is #C586C3. Grayscale: #5F5F5F. Windows color (decimal): -12945092 or 3963194. OLE color: 3963194.

HSL color Cylindrical-coordinate representation of color #3A793C: hue angle of 121.9º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A793C is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 121 60 -
CMYK 0.52 0 0.50 0.53
HSL 121.9º 0.35% 0.35% -
HSV(B) 121.9º 0.52% 0.47% -
XYZ 9.4 14.9 6.66 -
YUV 95.21 108.13 101.46 -
System Red Green Blue C M Y K H S L
Decimal 58 121 60 0.52 0 0.50 0.53 121.9 0.35 0.35
Hex 3A 79 3C 34 0 32 35 7A 23 23
Octal 72 171 74 64 0 62 65 172 43 43
Binary 111010 1111001 111100 110100 0 110010 110101 1111010 100011 100011

Color Harmonies of #3A793C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A793C

Black with #3A793C

Text Example


Text Example

White with #3A793C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,121,60); }

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

background-color css

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

 a { background-color: rgb(58,121,60); }

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

border-color css

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

 span { border-color: rgb(58,121,60); }

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