Html Css Color HEX #368D34 Japanese Laurel

📋 copy color: '#368D34'

red 54 ◦ green 141 ◦ blue 52

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

Shades of Japanese Laurel #368D34

Tints of Japanese Laurel #368D34

RGB

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

 GREEN value IS 141 (55.47% from 255) = 57.09%

 BLUE value IS 52 (20.7% from 255) = 21.05%

R = 21.86%
G = 57.09%
B = 21.05%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#368D34 (or 0x368D34) is known color: Japanese Laurel. HEX triplet: 36, 8D and 34. RGB value is (54,141,52). Sum of RGB (Red+Green+Blue) = 54+141+52=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 141 (55.47% from 255 or 57.09% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 141 - color contains mainly: green. Hex color #368D34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368D34 is #C972CB. Grayscale: #696969. Windows color (decimal): -13202124 or 3444022. OLE color: 3444022.

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

Color convert

RGB 54 141 52 -
CMYK 0.62 0 0.63 0.45
HSL 118.65º 0.46% 0.38% -
HSV(B) 118.65º 0.63% 0.55% -
XYZ 11.67 20.08 6.51 -
YUV 104.84 98.18 91.74 -
System Red Green Blue C M Y K H S L
Decimal 54 141 52 0.62 0 0.63 0.45 118.65 0.46 0.38
Hex 36 8D 34 3E 0 3F 2D 77 2E 26
Octal 66 215 64 76 0 77 55 167 56 46
Binary 110110 10001101 110100 111110 0 111111 101101 1110111 101110 100110

Color Harmonies of #368D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368D34

Black with #368D34

Text Example


Text Example

White with #368D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,141,52); }

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

background-color css

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

 a { background-color: rgb(54,141,52); }

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

border-color css

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

 span { border-color: rgb(54,141,52); }

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