Html Css Color HEX #368440 Japanese Laurel

📋 copy color: '#368440'

red 54 ◦ green 132 ◦ blue 64

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

Shades of Japanese Laurel #368440

Tints of Japanese Laurel #368440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.8%

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

R = 21.6%
G = 52.8%
B = 25.6%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#368440 (or 0x368440) is known color: Japanese Laurel. HEX triplet: 36, 84 and 40. RGB value is (54,132,64). Sum of RGB (Red+Green+Blue) = 54+132+64=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #368440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368440 is #C97BBF. Grayscale: #656565. Windows color (decimal): -13204416 or 4228150. OLE color: 4228150.

HSL color Cylindrical-coordinate representation of color #368440: hue angle of 127.69º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368440 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 132 64 -
CMYK 0.59 0 0.52 0.48
HSL 127.69º 0.42% 0.36% -
HSV(B) 127.69º 0.59% 0.52% -
XYZ 10.7 17.66 7.69 -
YUV 100.93 107.16 94.53 -
System Red Green Blue C M Y K H S L
Decimal 54 132 64 0.59 0 0.52 0.48 127.69 0.42 0.36
Hex 36 84 40 3B 0 34 30 80 2A 24
Octal 66 204 100 73 0 64 60 200 52 44
Binary 110110 10000100 1000000 111011 0 110100 110000 10000000 101010 100100

Color Harmonies of #368440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368440

Black with #368440

Text Example


Text Example

White with #368440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368440; }

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

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

background-color css

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

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

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

border-color css

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

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

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