Html Css Color HEX #3A8E3C Japanese Laurel

📋 copy color: '#3A8E3C'

red 58 ◦ green 142 ◦ blue 60

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

Shades of Japanese Laurel #3A8E3C

Tints of Japanese Laurel #3A8E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.08%

R = 22.31%
G = 54.62%
B = 23.08%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#3A8E3C (or 0x3A8E3C) is known color: Japanese Laurel. HEX triplet: 3A, 8E and 3C. RGB value is (58,142,60). Sum of RGB (Red+Green+Blue) = 58+142+60=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 142 (55.86% from 255 or 54.62% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 142 - color contains mainly: green. Hex color #3A8E3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8E3C is #C571C3. Grayscale: #6B6B6B. Windows color (decimal): -12939716 or 3968570. OLE color: 3968570.

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

Color convert

RGB 58 142 60 -
CMYK 0.59 0 0.58 0.44
HSL 121.43º 0.42% 0.39% -
HSV(B) 121.43º 0.59% 0.56% -
XYZ 12.23 20.57 7.6 -
YUV 107.54 101.17 92.67 -
System Red Green Blue C M Y K H S L
Decimal 58 142 60 0.59 0 0.58 0.44 121.43 0.42 0.39
Hex 3A 8E 3C 3B 0 3A 2C 79 2A 27
Octal 72 216 74 73 0 72 54 171 52 47
Binary 111010 10001110 111100 111011 0 111010 101100 1111001 101010 100111

Color Harmonies of #3A8E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8E3C

Black with #3A8E3C

Text Example


Text Example

White with #3A8E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,142,60); }

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

background-color css

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

 a { background-color: rgb(58,142,60); }

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

border-color css

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

 span { border-color: rgb(58,142,60); }

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