Html Css Color HEX #3B8E3F Japanese Laurel

📋 copy color: '#3B8E3F'

red 59 ◦ green 142 ◦ blue 63

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

Shades of Japanese Laurel #3B8E3F

Tints of Japanese Laurel #3B8E3F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 53.79%

 BLUE value IS 63 (25% from 255) = 23.86%

R = 22.35%
G = 53.79%
B = 23.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#3B8E3F (or 0x3B8E3F) is known color: Japanese Laurel. HEX triplet: 3B, 8E and 3F. RGB value is (59,142,63). Sum of RGB (Red+Green+Blue) = 59+142+63=264 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.35% from 264); Green value is 142 (55.86% from 255 or 53.79% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 142 - color contains mainly: green. Hex color #3B8E3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8E3F is #C471C0. Grayscale: #6C6C6C. Windows color (decimal): -12874177 or 4165179. OLE color: 4165179.

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

Color convert

RGB 59 142 63 -
CMYK 0.58 0 0.56 0.44
HSL 122.89º 0.41% 0.39% -
HSV(B) 122.89º 0.58% 0.56% -
XYZ 12.37 20.63 8.03 -
YUV 108.18 102.5 92.92 -
System Red Green Blue C M Y K H S L
Decimal 59 142 63 0.58 0 0.56 0.44 122.89 0.41 0.39
Hex 3B 8E 3F 3A 0 38 2C 7B 29 27
Octal 73 216 77 72 0 70 54 173 51 47
Binary 111011 10001110 111111 111010 0 111000 101100 1111011 101001 100111

Color Harmonies of #3B8E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8E3F

Black with #3B8E3F

Text Example


Text Example

White with #3B8E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,142,63); }

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

background-color css

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

 a { background-color: rgb(59,142,63); }

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

border-color css

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

 span { border-color: rgb(59,142,63); }

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