Html Css Color HEX #3A8B41 Japanese Laurel

📋 copy color: '#3A8B41'

red 58 ◦ green 139 ◦ blue 65

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

Shades of Japanese Laurel #3A8B41

Tints of Japanese Laurel #3A8B41

RGB

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

 GREEN value IS 139 (54.69% from 255) = 53.05%

 BLUE value IS 65 (25.78% from 255) = 24.81%

R = 22.14%
G = 53.05%
B = 24.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#3A8B41 (or 0x3A8B41) is known color: Japanese Laurel. HEX triplet: 3A, 8B and 41. RGB value is (58,139,65). Sum of RGB (Red+Green+Blue) = 58+139+65=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 139 (54.69% from 255 or 53.05% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8B41 is #C574BE. Grayscale: #6A6A6A. Windows color (decimal): -12940479 or 4295482. OLE color: 4295482.

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

Color convert

RGB 58 139 65 -
CMYK 0.58 0 0.53 0.45
HSL 125.19º 0.41% 0.39% -
HSV(B) 125.19º 0.58% 0.55% -
XYZ 11.93 19.75 8.18 -
YUV 106.35 104.66 93.52 -
System Red Green Blue C M Y K H S L
Decimal 58 139 65 0.58 0 0.53 0.45 125.19 0.41 0.39
Hex 3A 8B 41 3A 0 35 2D 7D 29 27
Octal 72 213 101 72 0 65 55 175 51 47
Binary 111010 10001011 1000001 111010 0 110101 101101 1111101 101001 100111

Color Harmonies of #3A8B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8B41

Black with #3A8B41

Text Example


Text Example

White with #3A8B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,139,65); }

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

background-color css

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

 a { background-color: rgb(58,139,65); }

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

border-color css

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

 span { border-color: rgb(58,139,65); }

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