Html Css Color HEX #369140 Japanese Laurel

📋 copy color: '#369140'

red 54 ◦ green 145 ◦ blue 64

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

Shades of Japanese Laurel #369140

Tints of Japanese Laurel #369140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 55.13%

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

R = 20.53%
G = 55.13%
B = 24.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#369140 (or 0x369140) is known color: Japanese Laurel. HEX triplet: 36, 91 and 40. RGB value is (54,145,64). Sum of RGB (Red+Green+Blue) = 54+145+64=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #369140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369140 is #C96EBF. Grayscale: #6C6C6C. Windows color (decimal): -13201088 or 4231478. OLE color: 4231478.

HSL color Cylindrical-coordinate representation of color #369140: hue angle of 126.59º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369140 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 145 64 -
CMYK 0.63 0 0.56 0.43
HSL 126.59º 0.46% 0.39% -
HSV(B) 126.59º 0.63% 0.57% -
XYZ 12.57 21.41 8.32 -
YUV 108.56 102.85 89.09 -
System Red Green Blue C M Y K H S L
Decimal 54 145 64 0.63 0 0.56 0.43 126.59 0.46 0.39
Hex 36 91 40 3F 0 38 2B 7F 2E 27
Octal 66 221 100 77 0 70 53 177 56 47
Binary 110110 10010001 1000000 111111 0 111000 101011 1111111 101110 100111

Color Harmonies of #369140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369140

Black with #369140

Text Example


Text Example

White with #369140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369140; }

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

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

background-color css

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

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

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

border-color css

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

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

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