Html Css Color HEX #366F3D Japanese Laurel

📋 copy color: '#366F3D'

red 54 ◦ green 111 ◦ blue 61

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

Shades of Japanese Laurel #366F3D

Tints of Japanese Laurel #366F3D

RGB

 RED value IS 54 (21.48% from 255) = 23.89%

 GREEN value IS 111 (43.75% from 255) = 49.12%

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

R = 23.89%
G = 49.12%
B = 26.99%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#366F3D (or 0x366F3D) is known color: Japanese Laurel. HEX triplet: 36, 6F and 3D. RGB value is (54,111,61). Sum of RGB (Red+Green+Blue) = 54+111+61=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #366F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366F3D is #C990C2. Grayscale: #585858. Windows color (decimal): -13209795 or 4026166. OLE color: 4026166.

HSL color Cylindrical-coordinate representation of color #366F3D: hue angle of 127.37º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #366F3D is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 111 61 -
CMYK 0.51 0 0.45 0.56
HSL 127.37º 0.35% 0.32% -
HSV(B) 127.37º 0.51% 0.44% -
XYZ 8.05 12.49 6.4 -
YUV 88.26 112.62 103.57 -
System Red Green Blue C M Y K H S L
Decimal 54 111 61 0.51 0 0.45 0.56 127.37 0.35 0.32
Hex 36 6F 3D 33 0 2D 38 7F 23 20
Octal 66 157 75 63 0 55 70 177 43 40
Binary 110110 1101111 111101 110011 0 101101 111000 1111111 100011 100000

Color Harmonies of #366F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366F3D

Black with #366F3D

Text Example


Text Example

White with #366F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366F3D; }

 p { color: rgb(54,111,61); }

 H1.HeaderClassName
 {
   color: #366F3D;
 }
 .AnyTagClassName
 {
   color: #366F3D;
 }
</style>

background-color css

<style>
 a { background-color: #366F3D; }

 a { background-color: rgb(54,111,61); }

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

border-color css

<style>
 span { border-color: #366F3D; }

 span { border-color: rgb(54,111,61); }

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