Html Css Color HEX #3C8A3E Japanese Laurel

📋 copy color: '#3C8A3E'

red 60 ◦ green 138 ◦ blue 62

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

Shades of Japanese Laurel #3C8A3E

Tints of Japanese Laurel #3C8A3E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 53.08%

 BLUE value IS 62 (24.61% from 255) = 23.85%

R = 23.08%
G = 53.08%
B = 23.85%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#3C8A3E (or 0x3C8A3E) is known color: Japanese Laurel. HEX triplet: 3C, 8A and 3E. RGB value is (60,138,62). Sum of RGB (Red+Green+Blue) = 60+138+62=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 138 (54.30% from 255 or 53.08% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 138 - color contains mainly: green. Hex color #3C8A3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8A3E is #C375C1. Grayscale: #6A6A6A. Windows color (decimal): -12809666 or 4098620. OLE color: 4098620.

HSL color Cylindrical-coordinate representation of color #3C8A3E: hue angle of 121.54º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8A3E is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 138 62 -
CMYK 0.57 0 0.55 0.46
HSL 121.54º 0.39% 0.39% -
HSV(B) 121.54º 0.57% 0.54% -
XYZ 11.82 19.49 7.7 -
YUV 106.01 103.16 95.18 -
System Red Green Blue C M Y K H S L
Decimal 60 138 62 0.57 0 0.55 0.46 121.54 0.39 0.39
Hex 3C 8A 3E 39 0 37 2E 7A 27 27
Octal 74 212 76 71 0 67 56 172 47 47
Binary 111100 10001010 111110 111001 0 110111 101110 1111010 100111 100111

Color Harmonies of #3C8A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8A3E

Black with #3C8A3E

Text Example


Text Example

White with #3C8A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,138,62); }

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

background-color css

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

 a { background-color: rgb(60,138,62); }

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

border-color css

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

 span { border-color: rgb(60,138,62); }

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