Html Css Color HEX #3B8136 Japanese Laurel

📋 copy color: '#3B8136'

red 59 ◦ green 129 ◦ blue 54

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

Shades of Japanese Laurel #3B8136

Tints of Japanese Laurel #3B8136

RGB

 RED value IS 59 (23.44% from 255) = 24.38%

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

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

R = 24.38%
G = 53.31%
B = 22.31%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#3B8136 (or 0x3B8136) is known color: Japanese Laurel. HEX triplet: 3B, 81 and 36. RGB value is (59,129,54). Sum of RGB (Red+Green+Blue) = 59+129+54=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 129 (50.78% from 255 or 53.31% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 129 - color contains mainly: green. Hex color #3B8136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8136 is #C47EC9. Grayscale: #636363. Windows color (decimal): -12877514 or 3572027. OLE color: 3572027.

HSL color Cylindrical-coordinate representation of color #3B8136: hue angle of 116º 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 #3B8136 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 59 129 54 -
CMYK 0.54 0 0.58 0.49
HSL 116º 0.41% 0.36% -
HSV(B) 116º 0.58% 0.51% -
XYZ 10.32 16.9 6.21 -
YUV 99.52 102.31 99.1 -
System Red Green Blue C M Y K H S L
Decimal 59 129 54 0.54 0 0.58 0.49 116 0.41 0.36
Hex 3B 81 36 36 0 3A 31 74 29 24
Octal 73 201 66 66 0 72 61 164 51 44
Binary 111011 10000001 110110 110110 0 111010 110001 1110100 101001 100100

Color Harmonies of #3B8136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8136

Black with #3B8136

Text Example


Text Example

White with #3B8136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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