Html Css Color HEX #3A7C3D Japanese Laurel

📋 copy color: '#3A7C3D'

red 58 ◦ green 124 ◦ blue 61

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

Shades of Japanese Laurel #3A7C3D

Tints of Japanese Laurel #3A7C3D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.03%

 BLUE value IS 61 (24.22% from 255) = 25.1%

R = 23.87%
G = 51.03%
B = 25.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#3A7C3D (or 0x3A7C3D) is known color: Japanese Laurel. HEX triplet: 3A, 7C and 3D. RGB value is (58,124,61). Sum of RGB (Red+Green+Blue) = 58+124+61=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7C3D is #C583C2. Grayscale: #616161. Windows color (decimal): -12944323 or 4029498. OLE color: 4029498.

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

Color convert

RGB 58 124 61 -
CMYK 0.53 0 0.51 0.51
HSL 122.73º 0.36% 0.36% -
HSV(B) 122.73º 0.53% 0.49% -
XYZ 9.79 15.65 6.92 -
YUV 97.08 107.63 100.12 -
System Red Green Blue C M Y K H S L
Decimal 58 124 61 0.53 0 0.51 0.51 122.73 0.36 0.36
Hex 3A 7C 3D 35 0 33 33 7B 24 24
Octal 72 174 75 65 0 63 63 173 44 44
Binary 111010 1111100 111101 110101 0 110011 110011 1111011 100100 100100

Color Harmonies of #3A7C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7C3D

Black with #3A7C3D

Text Example


Text Example

White with #3A7C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,124,61); }

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

background-color css

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

 a { background-color: rgb(58,124,61); }

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

border-color css

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

 span { border-color: rgb(58,124,61); }

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