Html Css Color HEX #368E41 Japanese Laurel

📋 copy color: '#368E41'

red 54 ◦ green 142 ◦ blue 65

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

Shades of Japanese Laurel #368E41

Tints of Japanese Laurel #368E41

RGB

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

 GREEN value IS 142 (55.86% from 255) = 54.41%

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

R = 20.69%
G = 54.41%
B = 24.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#368E41 (or 0x368E41) is known color: Japanese Laurel. HEX triplet: 36, 8E and 41. RGB value is (54,142,65). Sum of RGB (Red+Green+Blue) = 54+142+65=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 142 (55.86% from 255 or 54.41% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 142 - color contains mainly: green. Hex color #368E41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368E41 is #C971BE. Grayscale: #6B6B6B. Windows color (decimal): -13201855 or 4296246. OLE color: 4296246.

HSL color Cylindrical-coordinate representation of color #368E41: hue angle of 127.5º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368E41 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 142 65 -
CMYK 0.62 0 0.54 0.44
HSL 127.5º 0.45% 0.38% -
HSV(B) 127.5º 0.62% 0.56% -
XYZ 12.15 20.51 8.32 -
YUV 106.91 104.35 90.26 -
System Red Green Blue C M Y K H S L
Decimal 54 142 65 0.62 0 0.54 0.44 127.5 0.45 0.38
Hex 36 8E 41 3E 0 36 2C 80 2D 26
Octal 66 216 101 76 0 66 54 200 55 46
Binary 110110 10001110 1000001 111110 0 110110 101100 10000000 101101 100110

Color Harmonies of #368E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368E41

Black with #368E41

Text Example


Text Example

White with #368E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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