Html Css Color HEX #3C7A3E Japanese Laurel

📋 copy color: '#3C7A3E'

red 60 ◦ green 122 ◦ blue 62

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

Shades of Japanese Laurel #3C7A3E

Tints of Japanese Laurel #3C7A3E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 50%

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

R = 24.59%
G = 50%
B = 25.41%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.49

 K value IS 0.52

RGB Variations

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

Color information

#3C7A3E (or 0x3C7A3E) is known color: Japanese Laurel. HEX triplet: 3C, 7A and 3E. RGB value is (60,122,62). Sum of RGB (Red+Green+Blue) = 60+122+62=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 122 (48.05% from 255 or 50% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 122 - color contains mainly: green. Hex color #3C7A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7A3E is #C385C1. Grayscale: #606060. Windows color (decimal): -12813762 or 4094524. OLE color: 4094524.

HSL color Cylindrical-coordinate representation of color #3C7A3E: hue angle of 121.94º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C7A3E is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB 60 122 62 -
CMYK 0.51 0 0.49 0.52
HSL 121.94º 0.34% 0.36% -
HSV(B) 121.94º 0.51% 0.48% -
XYZ 9.69 15.23 6.99 -
YUV 96.62 108.46 101.88 -
System Red Green Blue C M Y K H S L
Decimal 60 122 62 0.51 0 0.49 0.52 121.94 0.34 0.36
Hex 3C 7A 3E 33 0 31 34 7A 22 24
Octal 74 172 76 63 0 61 64 172 42 44
Binary 111100 1111010 111110 110011 0 110001 110100 1111010 100010 100100

Color Harmonies of #3C7A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7A3E

Black with #3C7A3E

Text Example


Text Example

White with #3C7A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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