Html Css Color HEX #3A6C3C Japanese Laurel

📋 copy color: '#3A6C3C'

red 58 ◦ green 108 ◦ blue 60

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

Shades of Japanese Laurel #3A6C3C

Tints of Japanese Laurel #3A6C3C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 47.79%

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

R = 25.66%
G = 47.79%
B = 26.55%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#3A6C3C (or 0x3A6C3C) is known color: Japanese Laurel. HEX triplet: 3A, 6C and 3C. RGB value is (58,108,60). Sum of RGB (Red+Green+Blue) = 58+108+60=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 108 (42.58% from 255 or 47.79% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 108 - color contains mainly: green. Hex color #3A6C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6C3C is #C593C3. Grayscale: #575757. Windows color (decimal): -12948420 or 3959866. OLE color: 3959866.

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

Color convert

RGB 58 108 60 -
CMYK 0.46 0 0.44 0.58
HSL 122.4º 0.3% 0.33% -
HSV(B) 122.4º 0.46% 0.42% -
XYZ 7.92 11.95 6.16 -
YUV 87.58 112.44 106.9 -
System Red Green Blue C M Y K H S L
Decimal 58 108 60 0.46 0 0.44 0.58 122.4 0.3 0.33
Hex 3A 6C 3C 2E 0 2C 3A 7A 1E 21
Octal 72 154 74 56 0 54 72 172 36 41
Binary 111010 1101100 111100 101110 0 101100 111010 1111010 11110 100001

Color Harmonies of #3A6C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6C3C

Black with #3A6C3C

Text Example


Text Example

White with #3A6C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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