Html Css Color HEX #3A8D39 Japanese Laurel

📋 copy color: '#3A8D39'

red 58 ◦ green 141 ◦ blue 57

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

Shades of Japanese Laurel #3A8D39

Tints of Japanese Laurel #3A8D39

RGB

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

 GREEN value IS 141 (55.47% from 255) = 55.08%

 BLUE value IS 57 (22.66% from 255) = 22.27%

R = 22.66%
G = 55.08%
B = 22.27%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#3A8D39 (or 0x3A8D39) is known color: Japanese Laurel. HEX triplet: 3A, 8D and 39. RGB value is (58,141,57). Sum of RGB (Red+Green+Blue) = 58+141+57=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 141 (55.47% from 255 or 55.08% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 141 - color contains mainly: green. Hex color #3A8D39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8D39 is #C572C6. Grayscale: #6A6A6A. Windows color (decimal): -12939975 or 3771706. OLE color: 3771706.

HSL color Cylindrical-coordinate representation of color #3A8D39: hue angle of 119.29º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A8D39 is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 141 57 -
CMYK 0.59 0 0.60 0.45
HSL 119.29º 0.42% 0.39% -
HSV(B) 119.29º 0.6% 0.55% -
XYZ 12.01 20.24 7.15 -
YUV 106.61 100 93.33 -
System Red Green Blue C M Y K H S L
Decimal 58 141 57 0.59 0 0.60 0.45 119.29 0.42 0.39
Hex 3A 8D 39 3B 0 3C 2D 77 2A 27
Octal 72 215 71 73 0 74 55 167 52 47
Binary 111010 10001101 111001 111011 0 111100 101101 1110111 101010 100111

Color Harmonies of #3A8D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8D39

Black with #3A8D39

Text Example


Text Example

White with #3A8D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,141,57); }

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

background-color css

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

 a { background-color: rgb(58,141,57); }

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

border-color css

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

 span { border-color: rgb(58,141,57); }

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