Html Css Color HEX #3A8536 Japanese Laurel

📋 copy color: '#3A8536'

red 58 ◦ green 133 ◦ blue 54

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

Shades of Japanese Laurel #3A8536

Tints of Japanese Laurel #3A8536

RGB

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

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

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

R = 23.67%
G = 54.29%
B = 22.04%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#3A8536 (or 0x3A8536) is known color: Japanese Laurel. HEX triplet: 3A, 85 and 36. RGB value is (58,133,54). Sum of RGB (Red+Green+Blue) = 58+133+54=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #3A8536 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8536 is #C57AC9. Grayscale: #656565. Windows color (decimal): -12942026 or 3573050. OLE color: 3573050.

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

Color convert

RGB 58 133 54 -
CMYK 0.56 0 0.59 0.48
HSL 116.96º 0.42% 0.37% -
HSV(B) 116.96º 0.59% 0.52% -
XYZ 10.8 17.94 6.38 -
YUV 101.57 101.15 96.92 -
System Red Green Blue C M Y K H S L
Decimal 58 133 54 0.56 0 0.59 0.48 116.96 0.42 0.37
Hex 3A 85 36 38 0 3B 30 75 2A 25
Octal 72 205 66 70 0 73 60 165 52 45
Binary 111010 10000101 110110 111000 0 111011 110000 1110101 101010 100101

Color Harmonies of #3A8536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8536

Black with #3A8536

Text Example


Text Example

White with #3A8536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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