Html Css Color HEX #368640 Japanese Laurel

📋 copy color: '#368640'

red 54 ◦ green 134 ◦ blue 64

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

Shades of Japanese Laurel #368640

Tints of Japanese Laurel #368640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 53.17%

 BLUE value IS 64 (25.39% from 255) = 25.4%

R = 21.43%
G = 53.17%
B = 25.4%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#368640 (or 0x368640) is known color: Japanese Laurel. HEX triplet: 36, 86 and 40. RGB value is (54,134,64). Sum of RGB (Red+Green+Blue) = 54+134+64=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #368640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368640 is #C979BF. Grayscale: #666666. Windows color (decimal): -13203904 or 4228662. OLE color: 4228662.

HSL color Cylindrical-coordinate representation of color #368640: hue angle of 127.5º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368640 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 134 64 -
CMYK 0.60 0 0.52 0.47
HSL 127.5º 0.43% 0.37% -
HSV(B) 127.5º 0.6% 0.53% -
XYZ 10.97 18.2 7.79 -
YUV 102.1 106.5 93.69 -
System Red Green Blue C M Y K H S L
Decimal 54 134 64 0.60 0 0.52 0.47 127.5 0.43 0.37
Hex 36 86 40 3C 0 34 2F 80 2B 25
Octal 66 206 100 74 0 64 57 200 53 45
Binary 110110 10000110 1000000 111100 0 110100 101111 10000000 101011 100101

Color Harmonies of #368640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368640

Black with #368640

Text Example


Text Example

White with #368640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368640; }

 p { color: rgb(54,134,64); }

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

background-color css

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

 a { background-color: rgb(54,134,64); }

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

border-color css

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

 span { border-color: rgb(54,134,64); }

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