Html Css Color HEX #3C6E3D Japanese Laurel

📋 copy color: '#3C6E3D'

red 60 ◦ green 110 ◦ blue 61

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

Shades of Japanese Laurel #3C6E3D

Tints of Japanese Laurel #3C6E3D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 47.62%

 BLUE value IS 61 (24.22% from 255) = 26.41%

R = 25.97%
G = 47.62%
B = 26.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#3C6E3D (or 0x3C6E3D) is known color: Japanese Laurel. HEX triplet: 3C, 6E and 3D. RGB value is (60,110,61). Sum of RGB (Red+Green+Blue) = 60+110+61=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 110 - color contains mainly: green. Hex color #3C6E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6E3D is #C391C2. Grayscale: #595959. Windows color (decimal): -12816835 or 4025916. OLE color: 4025916.

HSL color Cylindrical-coordinate representation of color #3C6E3D: hue angle of 121.2º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C6E3D is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.

Color convert

RGB 60 110 61 -
CMYK 0.45 0 0.45 0.57
HSL 121.2º 0.29% 0.33% -
HSV(B) 121.2º 0.45% 0.43% -
XYZ 8.28 12.45 6.38 -
YUV 89.46 111.94 106.98 -
System Red Green Blue C M Y K H S L
Decimal 60 110 61 0.45 0 0.45 0.57 121.2 0.29 0.33
Hex 3C 6E 3D 2D 0 2D 39 79 1D 21
Octal 74 156 75 55 0 55 71 171 35 41
Binary 111100 1101110 111101 101101 0 101101 111001 1111001 11101 100001

Color Harmonies of #3C6E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6E3D

Black with #3C6E3D

Text Example


Text Example

White with #3C6E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,110,61); }

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

background-color css

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

 a { background-color: rgb(60,110,61); }

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

border-color css

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

 span { border-color: rgb(60,110,61); }

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