Html Css Color HEX #368240 Japanese Laurel

📋 copy color: '#368240'

red 54 ◦ green 130 ◦ blue 64

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

Shades of Japanese Laurel #368240

Tints of Japanese Laurel #368240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.42%

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

R = 21.77%
G = 52.42%
B = 25.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#368240 (or 0x368240) is known color: Japanese Laurel. HEX triplet: 36, 82 and 40. RGB value is (54,130,64). Sum of RGB (Red+Green+Blue) = 54+130+64=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #368240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368240 is #C97DBF. Grayscale: #636363. Windows color (decimal): -13204928 or 4227638. OLE color: 4227638.

HSL color Cylindrical-coordinate representation of color #368240: hue angle of 127.89º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368240 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 130 64 -
CMYK 0.58 0 0.51 0.49
HSL 127.89º 0.41% 0.36% -
HSV(B) 127.89º 0.58% 0.51% -
XYZ 10.43 17.12 7.61 -
YUV 99.75 107.82 95.37 -
System Red Green Blue C M Y K H S L
Decimal 54 130 64 0.58 0 0.51 0.49 127.89 0.41 0.36
Hex 36 82 40 3A 0 33 31 80 29 24
Octal 66 202 100 72 0 63 61 200 51 44
Binary 110110 10000010 1000000 111010 0 110011 110001 10000000 101001 100100

Color Harmonies of #368240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368240

Black with #368240

Text Example


Text Example

White with #368240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368240; }

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

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

background-color css

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

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

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

border-color css

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

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

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