Html Css Color HEX #368834 Japanese Laurel

📋 copy color: '#368834'

red 54 ◦ green 136 ◦ blue 52

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

Shades of Japanese Laurel #368834

Tints of Japanese Laurel #368834

RGB

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

 GREEN value IS 136 (53.52% from 255) = 56.2%

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

R = 22.31%
G = 56.2%
B = 21.49%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#368834 (or 0x368834) is known color: Japanese Laurel. HEX triplet: 36, 88 and 34. RGB value is (54,136,52). Sum of RGB (Red+Green+Blue) = 54+136+52=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 136 (53.52% from 255 or 56.20% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 136 - color contains mainly: green. Hex color #368834 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368834 is #C977CB. Grayscale: #666666. Windows color (decimal): -13203404 or 3442742. OLE color: 3442742.

HSL color Cylindrical-coordinate representation of color #368834: hue angle of 118.57º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368834 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 136 52 -
CMYK 0.60 0 0.62 0.47
HSL 118.57º 0.45% 0.37% -
HSV(B) 118.57º 0.62% 0.53% -
XYZ 10.95 18.64 6.27 -
YUV 101.91 99.83 93.83 -
System Red Green Blue C M Y K H S L
Decimal 54 136 52 0.60 0 0.62 0.47 118.57 0.45 0.37
Hex 36 88 34 3C 0 3E 2F 77 2D 25
Octal 66 210 64 74 0 76 57 167 55 45
Binary 110110 10001000 110100 111100 0 111110 101111 1110111 101101 100101

Color Harmonies of #368834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368834

Black with #368834

Text Example


Text Example

White with #368834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368834; }

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

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

background-color css

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

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

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

border-color css

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

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

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