Html Css Color HEX #368942 Japanese Laurel

📋 copy color: '#368942'

red 54 ◦ green 137 ◦ blue 66

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

Shades of Japanese Laurel #368942

Tints of Japanese Laurel #368942

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.31%

 BLUE value IS 66 (26.17% from 255) = 25.68%

R = 21.01%
G = 53.31%
B = 25.68%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#368942 (or 0x368942) is known color: Japanese Laurel. HEX triplet: 36, 89 and 42. RGB value is (54,137,66). Sum of RGB (Red+Green+Blue) = 54+137+66=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #368942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368942 is #C976BD. Grayscale: #686868. Windows color (decimal): -13203134 or 4360502. OLE color: 4360502.

HSL color Cylindrical-coordinate representation of color #368942: hue angle of 128.67º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368942 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 137 66 -
CMYK 0.61 0 0.52 0.46
HSL 128.67º 0.43% 0.37% -
HSV(B) 128.67º 0.61% 0.54% -
XYZ 11.45 19.07 8.23 -
YUV 104.09 106.5 92.27 -
System Red Green Blue C M Y K H S L
Decimal 54 137 66 0.61 0 0.52 0.46 128.67 0.43 0.37
Hex 36 89 42 3D 0 34 2E 81 2B 25
Octal 66 211 102 75 0 64 56 201 53 45
Binary 110110 10001001 1000010 111101 0 110100 101110 10000001 101011 100101

Color Harmonies of #368942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368942

Black with #368942

Text Example


Text Example

White with #368942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368942; }

 p { color: rgb(54,137,66); }

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

background-color css

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

 a { background-color: rgb(54,137,66); }

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

border-color css

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

 span { border-color: rgb(54,137,66); }

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