Html Css Color HEX #368F3E Japanese Laurel

📋 copy color: '#368F3E'

red 54 ◦ green 143 ◦ blue 62

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

Shades of Japanese Laurel #368F3E

Tints of Japanese Laurel #368F3E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 55.21%

 BLUE value IS 62 (24.61% from 255) = 23.94%

R = 20.85%
G = 55.21%
B = 23.94%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#368F3E (or 0x368F3E) is known color: Japanese Laurel. HEX triplet: 36, 8F and 3E. RGB value is (54,143,62). Sum of RGB (Red+Green+Blue) = 54+143+62=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 143 (56.25% from 255 or 55.21% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 143 - color contains mainly: green. Hex color #368F3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368F3E is #C970C1. Grayscale: #6B6B6B. Windows color (decimal): -13201602 or 4099894. OLE color: 4099894.

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

Color convert

RGB 54 143 62 -
CMYK 0.62 0 0.57 0.44
HSL 125.39º 0.45% 0.39% -
HSV(B) 125.39º 0.62% 0.56% -
XYZ 12.21 20.78 7.92 -
YUV 107.16 102.51 90.09 -
System Red Green Blue C M Y K H S L
Decimal 54 143 62 0.62 0 0.57 0.44 125.39 0.45 0.39
Hex 36 8F 3E 3E 0 39 2C 7D 2D 27
Octal 66 217 76 76 0 71 54 175 55 47
Binary 110110 10001111 111110 111110 0 111001 101100 1111101 101101 100111

Color Harmonies of #368F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368F3E

Black with #368F3E

Text Example


Text Example

White with #368F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,143,62); }

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

background-color css

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

 a { background-color: rgb(54,143,62); }

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

border-color css

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

 span { border-color: rgb(54,143,62); }

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