Html Css Color HEX #3A8538 Japanese Laurel

📋 copy color: '#3A8538'

red 58 ◦ green 133 ◦ blue 56

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

Shades of Japanese Laurel #3A8538

Tints of Japanese Laurel #3A8538

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.85%

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

R = 23.48%
G = 53.85%
B = 22.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#3A8538 (or 0x3A8538) is known color: Japanese Laurel. HEX triplet: 3A, 85 and 38. RGB value is (58,133,56). Sum of RGB (Red+Green+Blue) = 58+133+56=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #3A8538 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8538 is #C57AC7. Grayscale: #666666. Windows color (decimal): -12942024 or 3704122. OLE color: 3704122.

HSL color Cylindrical-coordinate representation of color #3A8538: hue angle of 118.44º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8538 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 58 133 56 -
CMYK 0.56 0 0.58 0.48
HSL 118.44º 0.41% 0.37% -
HSV(B) 118.44º 0.58% 0.52% -
XYZ 10.85 17.96 6.64 -
YUV 101.8 102.15 96.76 -
System Red Green Blue C M Y K H S L
Decimal 58 133 56 0.56 0 0.58 0.48 118.44 0.41 0.37
Hex 3A 85 38 38 0 3A 30 76 29 25
Octal 72 205 70 70 0 72 60 166 51 45
Binary 111010 10000101 111000 111000 0 111010 110000 1110110 101001 100101

Color Harmonies of #3A8538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8538

Black with #3A8538

Text Example


Text Example

White with #3A8538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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