Html Css Color HEX #368141 Japanese Laurel

📋 copy color: '#368141'

red 54 ◦ green 129 ◦ blue 65

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

Shades of Japanese Laurel #368141

Tints of Japanese Laurel #368141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.21%

R = 21.77%
G = 52.02%
B = 26.21%

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

#368141 (or 0x368141) is known color: Japanese Laurel. HEX triplet: 36, 81 and 41. RGB value is (54,129,65). Sum of RGB (Red+Green+Blue) = 54+129+65=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #368141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368141 is #C97EBE. Grayscale: #636363. Windows color (decimal): -13205183 or 4292918. OLE color: 4292918.

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

Color convert

RGB 54 129 65 -
CMYK 0.58 0 0.50 0.49
HSL 128.8º 0.41% 0.36% -
HSV(B) 128.8º 0.58% 0.51% -
XYZ 10.33 16.87 7.71 -
YUV 99.28 108.65 95.7 -
System Red Green Blue C M Y K H S L
Decimal 54 129 65 0.58 0 0.50 0.49 128.8 0.41 0.36
Hex 36 81 41 3A 0 32 31 81 29 24
Octal 66 201 101 72 0 62 61 201 51 44
Binary 110110 10000001 1000001 111010 0 110010 110001 10000001 101001 100100

Color Harmonies of #368141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368141

Black with #368141

Text Example


Text Example

White with #368141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368141; }

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

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

background-color css

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

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

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

border-color css

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

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

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