Html Css Color HEX #3A7E38 Japanese Laurel

📋 copy color: '#3A7E38'

red 58 ◦ green 126 ◦ blue 56

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

Shades of Japanese Laurel #3A7E38

Tints of Japanese Laurel #3A7E38

RGB

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

 GREEN value IS 126 (49.61% from 255) = 52.5%

 BLUE value IS 56 (22.27% from 255) = 23.33%

R = 24.17%
G = 52.5%
B = 23.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#3A7E38 (or 0x3A7E38) is known color: Japanese Laurel. HEX triplet: 3A, 7E and 38. RGB value is (58,126,56). Sum of RGB (Red+Green+Blue) = 58+126+56=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 126 (49.61% from 255 or 52.5% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 126 - color contains mainly: green. Hex color #3A7E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7E38 is #C581C7. Grayscale: #616161. Windows color (decimal): -12943816 or 3702330. OLE color: 3702330.

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

Color convert

RGB 58 126 56 -
CMYK 0.54 0 0.56 0.51
HSL 118.29º 0.38% 0.36% -
HSV(B) 118.29º 0.56% 0.49% -
XYZ 9.92 16.11 6.33 -
YUV 97.69 104.47 99.69 -
System Red Green Blue C M Y K H S L
Decimal 58 126 56 0.54 0 0.56 0.51 118.29 0.38 0.36
Hex 3A 7E 38 36 0 38 33 76 26 24
Octal 72 176 70 66 0 70 63 166 46 44
Binary 111010 1111110 111000 110110 0 111000 110011 1110110 100110 100100

Color Harmonies of #3A7E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7E38

Black with #3A7E38

Text Example


Text Example

White with #3A7E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,126,56); }

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

background-color css

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

 a { background-color: rgb(58,126,56); }

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

border-color css

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

 span { border-color: rgb(58,126,56); }

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