Html Css Color HEX #368140 Japanese Laurel

📋 copy color: '#368140'

red 54 ◦ green 129 ◦ blue 64

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

Shades of Japanese Laurel #368140

Tints of Japanese Laurel #368140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.23%

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

R = 21.86%
G = 52.23%
B = 25.91%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#368140 (or 0x368140) is known color: Japanese Laurel. HEX triplet: 36, 81 and 40. RGB value is (54,129,64). Sum of RGB (Red+Green+Blue) = 54+129+64=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #368140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368140 is #C97EBF. Grayscale: #636363. Windows color (decimal): -13205184 or 4227382. OLE color: 4227382.

HSL color Cylindrical-coordinate representation of color #368140: hue angle of 128º 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 #368140 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 129 64 -
CMYK 0.58 0 0.50 0.49
HSL 128º 0.41% 0.36% -
HSV(B) 128º 0.58% 0.51% -
XYZ 10.3 16.85 7.56 -
YUV 99.17 108.15 95.79 -
System Red Green Blue C M Y K H S L
Decimal 54 129 64 0.58 0 0.50 0.49 128 0.41 0.36
Hex 36 81 40 3A 0 32 31 80 29 24
Octal 66 201 100 72 0 62 61 200 51 44
Binary 110110 10000001 1000000 111010 0 110010 110001 10000000 101001 100100

Color Harmonies of #368140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368140

Black with #368140

Text Example


Text Example

White with #368140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368140; }

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

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

background-color css

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

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

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

border-color css

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

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

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