Html Css Color HEX #3A8136 Japanese Laurel

📋 copy color: '#3A8136'

red 58 ◦ green 129 ◦ blue 54

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

Shades of Japanese Laurel #3A8136

Tints of Japanese Laurel #3A8136

RGB

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

 GREEN value IS 129 (50.78% from 255) = 53.53%

 BLUE value IS 54 (21.48% from 255) = 22.41%

R = 24.07%
G = 53.53%
B = 22.41%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#3A8136 (or 0x3A8136) is known color: Japanese Laurel. HEX triplet: 3A, 81 and 36. RGB value is (58,129,54). Sum of RGB (Red+Green+Blue) = 58+129+54=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 129 (50.78% from 255 or 53.53% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 129 - color contains mainly: green. Hex color #3A8136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8136 is #C57EC9. Grayscale: #636363. Windows color (decimal): -12943050 or 3572026. OLE color: 3572026.

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

Color convert

RGB 58 129 54 -
CMYK 0.55 0 0.58 0.49
HSL 116.8º 0.41% 0.36% -
HSV(B) 116.8º 0.58% 0.51% -
XYZ 10.26 16.87 6.2 -
YUV 99.22 102.48 98.6 -
System Red Green Blue C M Y K H S L
Decimal 58 129 54 0.55 0 0.58 0.49 116.8 0.41 0.36
Hex 3A 81 36 37 0 3A 31 75 29 24
Octal 72 201 66 67 0 72 61 165 51 44
Binary 111010 10000001 110110 110111 0 111010 110001 1110101 101001 100100

Color Harmonies of #3A8136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8136

Black with #3A8136

Text Example


Text Example

White with #3A8136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,129,54); }

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

background-color css

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

 a { background-color: rgb(58,129,54); }

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

border-color css

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

 span { border-color: rgb(58,129,54); }

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