Html Css Color HEX #368740 Japanese Laurel

📋 copy color: '#368740'

red 54 ◦ green 135 ◦ blue 64

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

Shades of Japanese Laurel #368740

Tints of Japanese Laurel #368740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 53.36%

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

R = 21.34%
G = 53.36%
B = 25.3%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#368740 (or 0x368740) is known color: Japanese Laurel. HEX triplet: 36, 87 and 40. RGB value is (54,135,64). Sum of RGB (Red+Green+Blue) = 54+135+64=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #368740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368740 is #C978BF. Grayscale: #666666. Windows color (decimal): -13203648 or 4228918. OLE color: 4228918.

HSL color Cylindrical-coordinate representation of color #368740: hue angle of 127.41º 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 #368740 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 135 64 -
CMYK 0.60 0 0.53 0.47
HSL 127.41º 0.43% 0.37% -
HSV(B) 127.41º 0.6% 0.53% -
XYZ 11.11 18.48 7.83 -
YUV 102.69 106.16 93.27 -
System Red Green Blue C M Y K H S L
Decimal 54 135 64 0.60 0 0.53 0.47 127.41 0.43 0.37
Hex 36 87 40 3C 0 35 2F 7F 2B 25
Octal 66 207 100 74 0 65 57 177 53 45
Binary 110110 10000111 1000000 111100 0 110101 101111 1111111 101011 100101

Color Harmonies of #368740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368740

Black with #368740

Text Example


Text Example

White with #368740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368740; }

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

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

background-color css

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

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

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

border-color css

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

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

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